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