You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/09/27 20:25:31 UTC

[incubator-nlpcraft] branch master updated (1a20b57 -> 206c6fc)

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 1a20b57  Code cleanup.
     add 7342431  WIP.
     add 48b4847  Merge branch 'master' into NLPCRAFT-450
     add 8726c2a  Update NCSynonymsManager.scala
     add e0e97ce  Update NCSynonymsManager.scala
     add 206c6fc  Merge branch 'master' into NLPCRAFT-450

No new revisions were added by this update.

Summary of changes:
 nlpcraft-examples/lightswitch/pom.xml              |  22 +++++++++++++
 .../assets/nlpcraft-example-minecraft-mod-1.0.jar  | Bin 17857 -> 17672 bytes
 .../minecraft/NCMinecraftExampleMod.java           |   2 +-
 .../minecraft/utils/NCMinecraftFilesDump.java      |   2 +-
 nlpcraft-examples/minecraft/pom.xml                |  22 +++++++++++++
 .../org/apache/nlpcraft/model/NCModelView.java     |   2 +-
 .../probe/mgrs/synonyms/NCSynonymsManager.scala    |  36 ++++++++++-----------
 7 files changed, 65 insertions(+), 21 deletions(-)
 rename nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nlpcraft/{example => examples}/minecraft/NCMinecraftExampleMod.java (99%)
 rename nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nlpcraft/{example => examples}/minecraft/utils/NCMinecraftFilesDump.java (99%)