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/02/25 18:26:56 UTC

[incubator-nlpcraft] branch NLPCRAFT-246 updated (bc7bba5 -> e55aba7)

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

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


    from bc7bba5  WIP.
     add f56b70e  WIP.
     add ec2c254  Fixed Javadoc issues for the mixed Scala/Java project.
     new e55aba7  Merge branch 'master' into NLPCRAFT-246

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:
 .../nlpcraft/common/makro/NCMacroJavaParser.java   |  77 ++++++++++++++++
 .../common/makro/NCMacroJavaParserTrait.java       |  59 ++++++++++++
 .../nlpcraft/common/makro/NCMacroParser.scala      |  11 ++-
 .../apache/nlpcraft/model/NCMacroProcessor.java    | 101 +++++++++++++++++++++
 .../nlpcraft/common/makro/NCMacroParserSpec.scala  |  20 ++--
 5 files changed, 257 insertions(+), 11 deletions(-)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/NCMacroJavaParser.java
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/common/makro/NCMacroJavaParserTrait.java
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCMacroProcessor.java


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

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

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

commit e55aba7e0d633ef5d84d4c73008d79f76d9c8b90
Merge: bc7bba5 ec2c254
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Thu Feb 25 10:24:57 2021 -0800

    Merge branch 'master' into NLPCRAFT-246

 .../nlpcraft/common/makro/NCMacroJavaParser.java   |  77 ++++++++++++++++
 .../common/makro/NCMacroJavaParserTrait.java       |  59 ++++++++++++
 .../nlpcraft/common/makro/NCMacroParser.scala      |  11 ++-
 .../apache/nlpcraft/model/NCMacroProcessor.java    | 101 +++++++++++++++++++++
 .../nlpcraft/common/makro/NCMacroParserSpec.scala  |  20 ++--
 5 files changed, 257 insertions(+), 11 deletions(-)