Caching for parsing, chunking and phrase grouping
-------------------------------------------------

                 Key: OPENNLP-420
                 URL: https://issues.apache.org/jira/browse/OPENNLP-420
             Project: OpenNLP
          Issue Type: Improvement
          Components: Similarity
            Reporter: Boris Galitsky
            Assignee: Boris Galitsky


to speed up similarity computation, store parsing results in a hash, so that if 
a sentence has been parsed, chunked and prepared for matching once, we store it 
in a hash.
when the Processor is instantiated, hash is deserialized. When the processor is 
closed, this hash is serialized.

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