You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (Jira)" <de...@uima.apache.org> on 2022/01/10 12:18:00 UTC

[jira] [Updated] (UIMA-6383) Ruta: TRIE - Wordlist entry not annotated

     [ https://issues.apache.org/jira/browse/UIMA-6383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-6383:
------------------------------
    Fix Version/s: 3.1.1ruta

> Ruta: TRIE - Wordlist entry not annotated
> -----------------------------------------
>
>                 Key: UIMA-6383
>                 URL: https://issues.apache.org/jira/browse/UIMA-6383
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 3.2.0uimaFIT, 3.1.0ruta
>            Reporter: John
>            Assignee: Peter Klügl
>            Priority: Major
>             Fix For: 3.1.1ruta
>
>
> *Wordlist test.txt*
> {code:java}
> AB
> A Bug {code}
> Converted to MTWL file generated.mtwl with Eclipse Plugin.
> *Used RUTA code*
> {code:java}
> WORDLIST dicts = 'generated.mtwl';
> Document{->TRIE("test.txt" = SomeAnnotation, dicts, true, 0, false, 0, ".,-/")}; {code}
> *Text input*
> {code:java}
> The text A Bug is found if AB is changed to XAB in mtwl dict.{code}
> *Result*
> Only "AB" is annotated. If I change the AB to XAB in dictionary, "A Bug" and "XAB" are annotated.
> *Expectation*
> "A Bug" and "AB" is annotated with SomeAnnotation.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)