You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2022/02/25 10:48:41 UTC

[incubator-nlpcraft] branch NLPCRAFT-479 updated (c357f02 -> 63e0cf2)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-479
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from c357f02  RU Lightswitch simplified example.
     add b640d16  Update NCIntentSolverManager.scala
     add 34f3c4e  Resource download component added.
     add 3b28a77  Merge branch 'NLPCRAFT-480'
     new 63e0cf2  Merge branch 'master' into NLPCRAFT-479

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:
 .../intent/matcher/NCIntentSolverManager.scala     |   8 -
 .../util/NCResourceReader.java}                    |  40 ++---
 .../internal/util/NCResourceReaderImpl.scala       | 182 +++++++++++++++++++++
 .../NCResourceSpec.scala}                          |  32 ++--
 4 files changed, 218 insertions(+), 44 deletions(-)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/{NCToken.java => internal/util/NCResourceReader.java} (63%)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/internal/util/NCResourceReaderImpl.scala
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/internal/{impl/scan/NCModelIntentsSpec.scala => util/NCResourceSpec.scala} (61%)

[incubator-nlpcraft] 01/01: Merge branch 'master' into NLPCRAFT-479

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-479
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit 63e0cf23437d238b1dfa1c7b36d892898693cda9
Merge: c357f02 3b28a77
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri Feb 25 13:48:28 2022 +0300

    Merge branch 'master' into NLPCRAFT-479

 .../intent/matcher/NCIntentSolverManager.scala     |   8 -
 .../nlpcraft/internal/util/NCResourceReader.java   |  55 +++++++
 .../internal/util/NCResourceReaderImpl.scala       | 182 +++++++++++++++++++++
 .../nlpcraft/internal/util/NCResourceSpec.scala    |  42 +++++
 4 files changed, 279 insertions(+), 8 deletions(-)