This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from c5c7add Merge branch '0.7.5-release' add 295138e WIP. add de8d2bb WIP. add debb196 Added metadata to the rest of the main components. No new revisions were added by this update. Summary of changes: .../examples/lightswitch/LightSwitchKotlinModel.kt | 2 +- .../lightswitch/LightSwitchScalaModel.scala | 28 ++++++------ nlpcraft/src/main/resources/nlpcraft.conf | 4 +- .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 4 +- .../org/apache/nlpcraft/common/util/NCUtils.scala | 8 ++++ .../scala/org/apache/nlpcraft/model/NCContext.java | 2 +- .../apache/nlpcraft/model/NCDialogFlowItem.java | 16 +++---- .../org/apache/nlpcraft/model/NCIntentMatch.java | 2 +- .../scala/org/apache/nlpcraft/model/NCRequest.java | 2 +- .../scala/org/apache/nlpcraft/model/NCResult.java | 9 +++- .../scala/org/apache/nlpcraft/model/NCVariant.java | 2 +- .../apache/nlpcraft/model/impl/NCCompanyImpl.java | 7 ++- .../{NCVariantImpl.java => NCMetadataAdapter.java} | 33 ++++++++++---- .../apache/nlpcraft/model/impl/NCTokenImpl.scala | 6 +-- .../org/apache/nlpcraft/model/impl/NCUserImpl.java | 11 ++--- .../apache/nlpcraft/model/impl/NCVariantImpl.java | 9 +++- .../model/intent/solver/NCIntentSolver.scala | 32 +++++++------- .../mgrs/dialogflow/NCDialogFlowManager.scala | 50 ++++++++++++---------- .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala | 4 +- .../probe/mgrs/nlp/impl/NCRequestImpl.scala | 24 +++++------ .../idl/compiler/functions/NCIdlFunctions.scala | 22 +++++----- 21 files changed, 156 insertions(+), 121 deletions(-) copy nlpcraft/src/main/scala/org/apache/nlpcraft/model/impl/{NCVariantImpl.java => NCMetadataAdapter.java} (60%)