This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-261
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from b7ab66f  WIP.
     new 46a636b  WIP.
     new 3b5a380  WIP.
     new 7815090  WIP.
     new 854700c  WIP.
     add 60bedc3  Parts detection fixed.
     add c999e3c  Fix for NLPCRAFT-262.
     new 8a3fcbd  Merge branch 'master' into NLPCRAFT-261

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 735 +--------------------
 .../nlpcraft/model/tools/cmdline/NCCli.scala       |  17 +-
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |   2 +
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   3 +-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala |   8 +-
 .../probe/mgrs/sentence/NCComboHelper.java         | 198 ++++++
 .../mgrs/sentence/NCSentenceManager.scala}         | 275 ++------
 .../model/NCEnricherNestedModelSpec.scala          |  18 +-
 .../model/NCEnricherNestedModelSpec4.scala         |   2 +-
 .../probe/mgrs/nlp/enrichers/model/Test1.java      | 135 ----
 .../probe/mgrs/nlp/enrichers/model/Test2.java      | 114 ----
 11 files changed, 288 insertions(+), 1219 deletions(-)
 create mode 100644 
nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/sentence/NCComboHelper.java
 copy 
nlpcraft/src/main/scala/org/apache/nlpcraft/{common/nlp/NCNlpSentence.scala => 
probe/mgrs/sentence/NCSentenceManager.scala} (75%)
 delete mode 100644 
nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/Test1.java
 delete mode 100644 
nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/Test2.java

Reply via email to