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 498e4da WIP. add 359b87b NCEntityMapper implementation and related test added. add 21d1781 NCEntityMapper implementation and related test added. new e4f5cb3 Merge branch 'NLPCRAFT-492' into NLPCRAFT-491-1 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: .../{NCTokenEnricher.java => NCEntityMapper.java} | 10 ++-- .../main/scala/org/apache/nlpcraft/NCPipeline.java | 16 +++++- .../org/apache/nlpcraft/NCPipelineBuilder.java | 31 ++++++++++ .../internal/impl/NCModelPipelineManager.scala | 9 ++- .../apache/nlpcraft/nlp/NCEntityMapperSpec.scala | 67 ++++++++++++++++++++++ .../apache/nlpcraft/nlp/util/NCTestPipeline.scala | 1 + 6 files changed, 126 insertions(+), 8 deletions(-) copy nlpcraft/src/main/scala/org/apache/nlpcraft/{NCTokenEnricher.java => NCEntityMapper.java} (83%) create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/nlp/NCEntityMapperSpec.scala