Pei Chen created CTAKES-32:
------------------------------

             Summary: dictionary lookup creates new LookupTokens many times
                 Key: CTAKES-32
                 URL: https://issues.apache.org/jira/browse/CTAKES-32
             Project: cTAKES
          Issue Type: Improvement
            Reporter: Pei Chen
            Assignee: James Joseph Masanz


When constrainToWindow method is used in DictionaryLookupAnnotator, the use of 
lInit.getLookupTokenIterator(jcas) for each lookup window causes a new list of 
LookupAnnotationToJCasAdapter objects to get created.

This slows down dictionary lookup.

One possible improvement is for the getLookupTokenIterator to only build the 
list once, and simple return a new iterator on the already-built list.



--
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

        

Reply via email to