This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-491
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
from 5b97885c Merge branch 'master' into NLPCRAFT-491
add 5e325a0b WIP
add 24833e3e Merge branch 'master' of
https://github.com/apache/incubator-nlpcraft
add 3ae2760d Javadoc.
new aa449fea Merge branch 'master' into NLPCRAFT-491
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:
nlpcraft/src/main/scala/org/apache/nlpcraft/NCEntity.java | 6 +++++-
.../src/main/scala/org/apache/nlpcraft/NCEntityEnricher.java | 1 +
.../src/main/scala/org/apache/nlpcraft/NCEntityMapper.java | 1 +
.../src/main/scala/org/apache/nlpcraft/NCEntityParser.java | 1 +
.../src/main/scala/org/apache/nlpcraft/NCEntityValidator.java | 1 +
nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java | 4 +---
nlpcraft/src/main/scala/org/apache/nlpcraft/NCToken.java | 6 +++++-
.../src/main/scala/org/apache/nlpcraft/NCTokenEnricher.java | 9 +++++++++
.../src/main/scala/org/apache/nlpcraft/NCTokenParser.java | 7 ++++++-
.../src/main/scala/org/apache/nlpcraft/NCTokenValidator.java | 11 ++++++++++-
.../nlpcraft/internal/impl/NCModelPipelineManager.scala | 8 ++++----
11 files changed, 44 insertions(+), 11 deletions(-)