Share

OpenNLP

Subscribe

How to avoid nested tagging?

  1. 2009-11-07 12:26:30 UTC

    Dear,

    I trained a new model with NameFinder.

    There is nested tags such as somthing .

    I want to avoid this nested tags.

    What can i do for preventing this problem?

    Regards,

    Heung-Seon

  2. 2009-11-09 20:35:28 UTC

    My problem is somewhat similar to yours. Are you able to build a model with the text containing nested models? Do you know if OpenNLP allows nested tags? If so, what does the nested format look like?

  3. 2009-11-15 20:48:40 UTC

    Nested tags can only occur if you run multiple token name finders e.g. one for companies and one for persons. If you do not want any nested tags you can choose the entitiy with highest prob out of the overlapping entities.

    Jörn

  4. 2009-11-16 15:44:34 UTC

    Additionally you can build a single named-entity model which returns multiple entity types. This is done by specifying the types in the name sample class. Hope this helps...Tom

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.