You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Boris Galitsky (Created) (JIRA)" <ji...@apache.org> on 2012/01/21 00:58:39 UTC

[jira] [Created] (OPENNLP-420) Caching for parsing, chunking and phrase grouping

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

        

[jira] [Resolved] (OPENNLP-420) Caching for parsing, chunking and phrase grouping

Posted by "Boris Galitsky (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Galitsky resolved OPENNLP-420.
------------------------------------

    Resolution: Fixed

now all test run 
- with models, and all parsing and chunking results are serialized
- without models , when  all parsing and chunking results are de-serialized
                
> 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