[ https://issues.apache.org/jira/browse/UIMA-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918046#action_12918046
]
Tommaso Teofili commented on UIMA-1863:
---------------------------------------
Marshall, you're right, I overlooked that so I will revert that portion of the POM.
Jorn, you can find mentions within the feature named "occurrences" of a BaseEntity, so you
have to call baseEntity.getOccurrences() to get that FSList.
By the way, I figured out the list was updated but not the feature, now solved;)
> Entity annotators enhance for AlchemyAPI Annotator
> ---------------------------------------------------
>
> Key: UIMA-1863
> URL: https://issues.apache.org/jira/browse/UIMA-1863
> Project: UIMA
> Issue Type: Improvement
> Components: Sandbox-AlchemyAPI Annotator
> Reporter: Tommaso Teofili
> Assignee: Tommaso Teofili
>
> A list of improvements has been discussed on the ML:
> - When list of available entities change on alchemyAPI site the entity annotator could
throw ClassNotFoundException while using reflection to implement the corresponding type, so
we should get rid of it
> - Define a BaseEntity for entities to avoid each of them having to define the same features
inside the typeSystem
> - Implement a method to find the text spans that refer to the entity and create the corresponding
Annotations (binding them to the "parent" entity)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|