[
https://issues.apache.org/jira/browse/UIMA-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193083#comment-14193083
]
Silvestre Losada commented on UIMA-4079:
----------------------------------------
I think that
{code:java}
String candidate = annotationFS.getCoveredText();
{code}
should be used instead of
{code:java}
String candidate = stream.getVisibleCoveredText(annotationFS);
{code}
> MarkTable action not able to recognize entities with two or more words
> ----------------------------------------------------------------------
>
> Key: UIMA-4079
> URL: https://issues.apache.org/jira/browse/UIMA-4079
> Project: UIMA
> Issue Type: Bug
> Components: ruta
> Affects Versions: 2.2.2ruta
> Reporter: Silvestre Losada
> Fix For: 2.2.2ruta
>
>
> I think this error was introduced solving UIMA-4071. The problem is that
> RutaStream.getVisibleCoveredText method removes whitespaces in covered text.
> For example Bill Clinton covered text returns BillClinton.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)