You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2022/12/24 20:33:20 UTC

[incubator-nlpcraft] branch NLPCRAFT-520 updated (7a0ae4d1 -> fe59a7f0)

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

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


    from 7a0ae4d1 Merge branch 'NLPCRAFT-520' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-520
     add 2c1ac981 WIP.
     add ef692242 WIP.
     add bd58872b WIP.
     add 08262145 WIP.
     add 139ce8b7 Merge branch 'NLPCRAFT-520' into NLPCRAFT-521
     add 77fde15d Update NCEntity.scala
     new fe59a7f0 Merge branch 'NLPCRAFT-521' into NLPCRAFT-520

The 1 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:
 .../examples/lightswitch/LightSwitchFrModel.scala  |    2 +-
 .../examples/lightswitch/LightSwitchRuModel.scala  |    2 +-
 .../examples/lightswitch/LightSwitchModel.scala    |    2 +-
 .../pizzeria/components/PizzeriaOrderMapper.scala  |   18 +-
 .../components/PizzeriaOrderValidator.scala        |    2 +-
 .../stanford/NCStanfordNLPEntityParser.scala       |    2 +-
 .../main/scala/org/apache/nlpcraft/NCEntity.scala  |   11 +-
 .../internal/conversation/NCConversationData.scala |    4 +-
 .../internal/impl/NCModelPipelineManager.scala     |    4 +-
 .../intent/compiler/NCIDLCodeGenerator.scala       |   10 +-
 .../internal/intent/compiler/NCIDLCompiler.scala   |    2 +-
 .../internal/intent/compiler/antlr4/NCIDL.g4       |   10 +-
 .../intent/compiler/antlr4/NCIDLBaseListener.java  |    3 +-
 .../intent/compiler/antlr4/NCIDLLexer.interp       |    2 +-
 .../intent/compiler/antlr4/NCIDLLexer.java         | 1286 ++++++++++----------
 .../intent/compiler/antlr4/NCIDLListener.java      |    2 +-
 .../intent/compiler/antlr4/NCIDLParser.java        |   63 +-
 .../intent/matcher/NCIntentSolverManager.scala     |    4 +-
 .../nlpcraft/nlp/parsers/NCNLPEntityParser.scala   |   16 +-
 .../nlp/parsers/NCOpenNLPEntityParser.scala        |    6 +-
 .../nlpcraft/nlp/parsers/NCSemanticElement.scala   |   18 +-
 .../nlp/parsers/NCSemanticEntityParser.scala       |   26 +-
 .../nlp/parsers/impl/NCSemanticSourceReader.scala  |    2 +-
 .../parsers/impl/NCSemanticSynonymsProcessor.scala |   66 +-
 .../conversation/NCConversationManagerSpec.scala   |    4 +-
 .../nlpcraft/internal/impl/NCModelClientSpec.scala |    2 +-
 .../intent/compiler/functions/NCIDLFunctions.scala |   10 +-
 .../functions/NCIDLFunctionsEntitiesUsed.scala     |    4 +-
 .../compiler/functions/NCIDLFunctionsEntity.scala  |   44 +-
 .../nlpcraft/internal/intent/compiler/test_ok.idl  |    2 +-
 .../apache/nlpcraft/nlp/NCEntityMapperSpec.scala   |   12 +-
 .../apache/nlpcraft/nlp/NCEntityParserSpec.scala   |    2 +-
 .../parsers/NCSemanticEntityParserJsonSpec.scala   |   10 +-
 .../parsers/NCSemanticEntityParserLemmaSpec.scala  |    4 +-
 .../nlp/parsers/NCSemanticEntityParserSpec.scala   |   18 +-
 .../parsers/NCSemanticEntityParserYamlSpec.scala   |    8 +-
 .../nlp/parsers/NCSemanticTestElement.scala        |    8 +-
 .../apache/nlpcraft/nlp/util/NCTestEntity.scala    |   12 +-
 .../org/apache/nlpcraft/nlp/util/NCTestUtils.scala |    8 +-
 39 files changed, 882 insertions(+), 829 deletions(-)


[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-521' into NLPCRAFT-520

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-520
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit fe59a7f026f5102a0489a3cd7dc964da6e26ac9f
Merge: 7a0ae4d1 77fde15d
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sat Dec 24 12:33:11 2022 -0800

    Merge branch 'NLPCRAFT-521' into NLPCRAFT-520

 .../examples/lightswitch/LightSwitchFrModel.scala  |    2 +-
 .../examples/lightswitch/LightSwitchRuModel.scala  |    2 +-
 .../examples/lightswitch/LightSwitchModel.scala    |    2 +-
 .../pizzeria/components/PizzeriaOrderMapper.scala  |   18 +-
 .../components/PizzeriaOrderValidator.scala        |    2 +-
 .../stanford/NCStanfordNLPEntityParser.scala       |    2 +-
 .../main/scala/org/apache/nlpcraft/NCEntity.scala  |   11 +-
 .../internal/conversation/NCConversationData.scala |    4 +-
 .../internal/impl/NCModelPipelineManager.scala     |    4 +-
 .../intent/compiler/NCIDLCodeGenerator.scala       |   10 +-
 .../internal/intent/compiler/NCIDLCompiler.scala   |    2 +-
 .../internal/intent/compiler/antlr4/NCIDL.g4       |   10 +-
 .../intent/compiler/antlr4/NCIDLBaseListener.java  |    3 +-
 .../intent/compiler/antlr4/NCIDLLexer.interp       |    2 +-
 .../intent/compiler/antlr4/NCIDLLexer.java         | 1286 ++++++++++----------
 .../intent/compiler/antlr4/NCIDLListener.java      |    2 +-
 .../intent/compiler/antlr4/NCIDLParser.java        |   63 +-
 .../intent/matcher/NCIntentSolverManager.scala     |    4 +-
 .../nlpcraft/nlp/parsers/NCNLPEntityParser.scala   |   16 +-
 .../nlp/parsers/NCOpenNLPEntityParser.scala        |    6 +-
 .../nlpcraft/nlp/parsers/NCSemanticElement.scala   |   18 +-
 .../nlp/parsers/NCSemanticEntityParser.scala       |   26 +-
 .../nlp/parsers/impl/NCSemanticSourceReader.scala  |    2 +-
 .../parsers/impl/NCSemanticSynonymsProcessor.scala |   66 +-
 .../conversation/NCConversationManagerSpec.scala   |    4 +-
 .../nlpcraft/internal/impl/NCModelClientSpec.scala |    2 +-
 .../intent/compiler/functions/NCIDLFunctions.scala |   10 +-
 .../functions/NCIDLFunctionsEntitiesUsed.scala     |    4 +-
 .../compiler/functions/NCIDLFunctionsEntity.scala  |   44 +-
 .../nlpcraft/internal/intent/compiler/test_ok.idl  |    2 +-
 .../apache/nlpcraft/nlp/NCEntityMapperSpec.scala   |   12 +-
 .../apache/nlpcraft/nlp/NCEntityParserSpec.scala   |    2 +-
 .../parsers/NCSemanticEntityParserJsonSpec.scala   |   10 +-
 .../parsers/NCSemanticEntityParserLemmaSpec.scala  |    4 +-
 .../nlp/parsers/NCSemanticEntityParserSpec.scala   |   18 +-
 .../parsers/NCSemanticEntityParserYamlSpec.scala   |    8 +-
 .../nlp/parsers/NCSemanticTestElement.scala        |    8 +-
 .../apache/nlpcraft/nlp/util/NCTestEntity.scala    |   12 +-
 .../org/apache/nlpcraft/nlp/util/NCTestUtils.scala |    8 +-
 39 files changed, 882 insertions(+), 829 deletions(-)

diff --cc nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCNLPEntityParser.scala
index 24e75cef,18f525b7..9d10682a
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCNLPEntityParser.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCNLPEntityParser.scala
@@@ -31,9 -31,9 +31,9 @@@ private object NCNLPEntityParser
  import NCNLPEntityParser.*
  
  /**
 -  *  NLP data [[NCEntityParser entity parser]].
 +  * NLP data [[NCEntityParser entity parser]].
    *
-   * This parser converts list of input [[NCToken]] instances one-to-one to list of [[NCEntity]] instances with ID **nlp:entity**.
+   * This parser converts list of input [[NCToken]] instances one-to-one to list of [[NCEntity]] instances with type **nlp:entity**.
    * All [[NCEntity]] instances contain following mandatory [[NCPropertyMap metadata]] properties:
    *  - nlp:entity:text
    *  - nlp:entity:index