This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-500
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
from 5490d1bf WIP.
new 9bac8d03 IDL fragments related fixes.
new ce166aa7 IDL fragments related fixes.
new 4cc1f0e3 IDL fragments related fixes.
new 0b2855bd IDL fragments related fixes.
new 167461bd IDL fragments related fixes.
new 43eb7bfe IDL fragments related fixes.
new 1b1e7315 IDL fragments related fixes.
new 9fa4af8b IDL fragments related fixes.
new b661edeb IDL fragments related fixes.
new 47ef27dd IDL fragments related fixes.
new 4c7be2b1 IDL fragments related fixes.
The 11 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 | 5 +-
.../examples/lightswitch/LightSwitchRuModel.scala | 5 +-
.../lightswitch/LightSwitchScalaModel.scala | 5 +-
.../apache/nlpcraft/examples/time/TimeModel.scala | 2 +-
.../main/scala/org/apache/nlpcraft/NCResult.scala | 6 +
.../nlpcraft/internal/impl/NCModelScanner.scala | 10 +-
.../internal/intent/compiler/NCIDLCompiler.scala | 134 +++++++++------------
.../conversation/NCConversationTimeoutSpec.scala | 2 +-
.../internal/impl/NCModelCallbacksSpec.scala | 10 +-
.../nlpcraft/internal/impl/NCModelClientSpec.scala | 4 +-
.../internal/impl/NCModelClientSpec3.scala | 2 +-
.../impl/scan/NCModelIntentsInvalidArgsSpec.scala | 2 +-
.../compiler/NCIDLFragmentsOverridingSpec.scala | 50 ++++++++
.../compiler/NCIDLFragmentsOverridingSpec2.scala | 55 +++++++++
.../intent/compiler/NCIDLFragmentsSpec.scala | 50 ++++----
.../internal/intent/compiler/impl_level1.idl} | 9 +-
.../internal/intent/compiler/impl_level2.idl} | 10 +-
.../apache/nlpcraft/nlp/NCEntityEnricherSpec.scala | 2 +-
.../apache/nlpcraft/nlp/NCEntityMapperSpec.scala | 2 +-
.../nlpcraft/nlp/NCEntityValidatorSpec.scala | 2 +-
.../apache/nlpcraft/nlp/NCTokenEnricherSpec.scala | 2 +-
.../apache/nlpcraft/nlp/NCTokenValidatorSpec.scala | 2 +-
.../apache/nlpcraft/nlp/NCVariantFilterSpec.scala | 2 +-
.../apache/nlpcraft/nlp/util/NCTestResult.scala | 7 +-
24 files changed, 236 insertions(+), 144 deletions(-)
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/internal/intent/compiler/NCIDLFragmentsOverridingSpec.scala
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/internal/intent/compiler/NCIDLFragmentsOverridingSpec2.scala
copy nlpcraft/src/test/{resources/scan/idl.idl =>
scala/org/apache/nlpcraft/internal/intent/compiler/impl_level1.idl} (85%)
copy nlpcraft/src/test/{resources/scan/idl.idl =>
scala/org/apache/nlpcraft/internal/intent/compiler/impl_level2.idl} (79%)