You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by GitBox <gi...@apache.org> on 2020/07/30 17:46:52 UTC

[GitHub] [incubator-nlpcraft] syermakov opened a new pull request #8: NLPCRAFT-87: Probe start-up time improvements.

syermakov opened a new pull request #8:
URL: https://github.com/apache/incubator-nlpcraft/pull/8


   Summary of changes:
   
    - Add `NCNlpTokenizerFactory` interface in order to bypass initialization of Scala reflections runtime
    - Change `NCNlpCoreManager` to use tokenizer factory
    - Refactor `NCNumericManager` to read pre-generated numeric values from `resources/numeric/numeric.txt` file instead of generating them dynamically
    - Minor optimization of resources reading in `NCDictionaryManager`
    - Add new utility methods to `NCUtils` that allow to read and transform the contents of a file without reading the entire file into a List of strings.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nlpcraft] syermakov merged pull request #8: NLPCRAFT-87: Probe start-up time improvements.

Posted by GitBox <gi...@apache.org>.
syermakov merged pull request #8:
URL: https://github.com/apache/incubator-nlpcraft/pull/8


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org