[
https://issues.apache.org/jira/browse/UIMA-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426546#comment-13426546
]
Peter Klügl commented on UIMA-2447:
-----------------------------------
STRINGLIST and WORDLIST are two different concepts in TextMarker, the first
being a normal list of string values and the second being an external
resource/dictionary. For matching on string lists, the condition INLIST would
normally be applied. However, this condition only performs a candidate
classification and not a match on the document. I can add the functionality to
use string lists in the MARKFAST actions, but a trie structure needs to be
generated each time the action is applied since the list is variable and its
content can change.
> MARKFAST on StringList
> ----------------------
>
> Key: UIMA-2447
> URL: https://issues.apache.org/jira/browse/UIMA-2447
> Project: UIMA
> Issue Type: Bug
> Components: TextMarker
> Reporter: Philipp Daumke
> Assignee: Peter Klügl
> Priority: Minor
>
> Hi Jens,
> is there a particular reason why MARKFAST ist not allowed on STRINGLISTs?
> eg. the following code doesn't work:
> STRINGLIST myList = {"Peter", "Philipp", "Kai"};
> DECLARE Name;
> Document{->MARKFAST(Name, myList)};
> Best regards
> Philipp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira