You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by "Pei Chen (JIRA)" <ji...@apache.org> on 2012/08/22 22:56:42 UTC

[jira] [Created] (CTAKES-31) constrainToWindow assumes tokens are not sorted

Pei Chen created CTAKES-31:
------------------------------

             Summary: constrainToWindow assumes tokens are not sorted
                 Key: CTAKES-31
                 URL: https://issues.apache.org/jira/browse/CTAKES-31
             Project: cTAKES
          Issue Type: Improvement
            Reporter: Pei Chen
            Assignee: James Joseph Masanz
            Priority: Minor


Can get a performance gain if take advantage of the fact the BaseTokens are sorted.
Right now DictionaryLookupAnnotator.java is general so it will work regardless of whether the tokens are sorted, but should take advantage of the fact they are sorted when we can. 

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