Hi All, If I have some training data such as:
The weather on Thursday will have <START:strength> Force 4 <END> winds blowing <START:direction> North-North-West <END> . Friday will be wild with <START:strength> force 8 <END> winds coming from the <START:direction> North <END> . Saturday will continue to be wild with <START:strength> gale force <END> winds continuing from the <START:direction> North <END> . I would like to use a dictionary to help the name finder find directions and a pattern to help the name finder find strengths. I am currently training the model for both strength and direction together. And I extract the entities together as well. How would I go about configuring the required dictionaries and patterns for these entities? I get the feeling that features should help me do this but I am completely baffled with how to start integrating those and how they would work for the different entities. Please provide me with some guidance or pointers. Thank you for your time, -James.