This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-70_NEW
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from ca4f4c7 Merge branch 'master' into NLPCRAFT-70_NEW
add 64cea15 Delete hs_err_pid98656.log
add aa22d35 Scripts fixes.
add ffc27fb Quick fixes for README and CLI.
add ec3dd99 Update README.md
add eb5c23a Update README.md
add a6b1691 Update NCConversation.java
add 5a98afb Update NOTICE
add a0bc576 Update LICENSE
add 72b18af WIP on NLPCRAFT-382.
add d49ec65 Update NCElement.java
add 93c4aa4 WIP on NLPCRAFT-385
add 9c863a2 WIP on NLPCRAFT-385
add 01868cb WIP.
add aa7556f WIP on NLPCRAFT-385.
add 3c249ac fixed requirements, added missing dependencies
add 8198106 added error logging if model fails to load
add abebac8 removed redundant fasttext manual installation, added to
requirements
add 57237d8 Merge pull request #16 from rahul3/NLPCRAFT-388
add 327796d Merge branch 'master' into NLPCRAFT-385
add a667f12 WIP on NLPCRAFT-385.
new 4592734 Merge branch 'master' into NLPCRAFT-70_NEW
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:
LICENSE | 5 +
NOTICE | 8 -
README.md | 106 +-
hs_err_pid98656.log | 3856 --------------------
nlpcraft/pom.xml | 2 +-
.../python/ctxword/bin/install_dependencies.sh | 7 +-
.../src/main/python/ctxword/bin/py_requirements | 52 +-
nlpcraft/src/main/python/spacy_proxy.py | 10 +-
.../apache/nlpcraft/common/util/NCIdGenerator.java | 26 +-
.../org/apache/nlpcraft/model/NCConversation.java | 24 +-
.../org/apache/nlpcraft/model/NCCustomWord.java | 18 +-
.../scala/org/apache/nlpcraft/model/NCElement.java | 6 +-
.../org/apache/nlpcraft/model/NCIntentSkip.java | 2 +-
.../scala/org/apache/nlpcraft/model/NCModel.java | 4 +-
.../org/apache/nlpcraft/model/NCModelView.java | 48 +-
.../scala/org/apache/nlpcraft/model/NCToken.java | 58 +-
.../scala/org/apache/nlpcraft/model/NCUser.java | 4 +-
.../nlpcraft/model/intent/NCIdlContext.scala | 16 +-
.../model/intent/compiler/NCIdlCompilerBase.scala | 109 +-
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 9 +
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 860 ++---
.../model/intent/solver/NCIntentSolverEngine.scala | 25 +-
.../nlpcraft/model/tools/cmdline/NCCli.scala | 4 +-
.../model/tools/cmdline/NCCliCommands.scala | 6 +-
.../model/tools/embedded/NCEmbeddedProbe.java | 4 +-
.../nlpcraft/model/tools/sqlgen/NCSqlColumn.java | 8 +-
.../sqlgen/impl/NCSqlModelGeneratorImpl.scala | 6 +-
.../model/tools/test/NCTestClientBuilder.java | 2 +-
.../nlpcraft/model/tools/test/NCTestResult.java | 4 +-
.../nlpcraft/probe/mgrs/NCProbeSynonym.scala | 1 +
.../nlpcraft/server/mdo/impl/NCMdoEntity.java | 4 +-
.../nlpcraft/server/mdo/impl/NCMdoField.java | 8 +-
.../idl/compiler/functions/NCIdlFunctions.scala | 24 +-
.../compiler/functions/NCIdlFunctionsCompany.scala | 2 +-
.../compiler/functions/NCIdlFunctionsCustom.scala | 20 +-
.../compiler/functions/NCIdlFunctionsMeta.scala | 20 +-
.../compiler/functions/NCIdlFunctionsRequest.scala | 2 +-
.../compiler/functions/NCIdlFunctionsToken.scala | 88 +-
.../functions/NCIdlFunctionsTokensUsed.scala | 18 +-
.../compiler/functions/NCIdlFunctionsUser.scala | 2 +-
.../{models => model}/stm/NCStmTestModel.scala | 2 +-
.../{models => model}/stm/NCStmTestModelSpec.scala | 2 +-
.../stm/indexes/NCLimitSpec.scala | 4 +-
.../stm/indexes/NCRelationSpec.scala | 4 +-
.../{models => model}/stm/indexes/NCSortSpec.scala | 4 +-
.../stm/indexes/NCSpecModelAdapter.scala | 2 +-
47 files changed, 945 insertions(+), 4553 deletions(-)
delete mode 100644 hs_err_pid98656.log
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/NCStmTestModel.scala (98%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/NCStmTestModelSpec.scala (97%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/indexes/NCLimitSpec.scala (97%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/indexes/NCRelationSpec.scala (97%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/indexes/NCSortSpec.scala (98%)
rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models =>
model}/stm/indexes/NCSpecModelAdapter.scala (97%)