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 2020/06/24 12:52:27 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (8c60679 -> b8367c4)

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

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


    from 8c60679  WIP.
     add 63e58da  Fixed links to GitHub actions from Jenkins.
     add 3c125c4  NLPCRAFT-67: Add auto-enrich using Bert and FastTest models
     add 1deb9a9  NLPCRAFT-67: After-review changes
     add bba9715  NLPCRAFT-67: Moved and renamed root folder
     add bd2c793  NLPCRAFT-67: After review fixes
     add d83634c  NLPCRAFT-67: Add batching
     add 6650cdf  NLPCRAFT-67: Add CUDA support
     add 7039097  NLPCRAFT-67: Add README
     add 92bccf3  NLPCRAFT-67: update README, add multiple indexes, add ftext_score parameter
     add 1010a50  NLPCRAFT-67: Bug fixes, added min_bert parameter
     add 403a557  NLPCRAFT-67: Change json response/request schema
     add 3425194  NLPCRAFT-67: Refactoring
     new b8367c4  Merge branch 'NLPCRAFT-67' into NLPCRAFT-41

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:
 .../src/main/python/ctxword/bertft/__init__.py     |  1 -
 nlpcraft/src/main/python/ctxword/bertft/bertft.py  | 25 ++++++----------------
 .../src/main/python/ctxword/bin/py_requirements    |  2 --
 nlpcraft/src/main/python/ctxword/server.py         |  5 +++--
 .../scala/org/apache/nlpcraft/examples/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/alarm/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/echo/README.md    |  2 +-
 .../apache/nlpcraft/examples/helloworld/README.md  |  2 +-
 .../apache/nlpcraft/examples/lightswitch/README.md |  2 +-
 .../org/apache/nlpcraft/examples/phone/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/sql/README.md     |  2 +-
 .../org/apache/nlpcraft/examples/time/README.md    |  2 +-
 .../org/apache/nlpcraft/examples/weather/README.md |  2 +-
 13 files changed, 19 insertions(+), 32 deletions(-)


[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-67' into NLPCRAFT-41

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

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

commit b8367c4de69988a095c10b940b3b09e20544a527
Merge: 8c60679 3425194
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Wed Jun 24 15:49:37 2020 +0300

    Merge branch 'NLPCRAFT-67' into NLPCRAFT-41
    
    # Conflicts:
    #	nlpcraft/src/main/python/ctxword/bertft/__init__.py
    #	nlpcraft/src/main/python/ctxword/bertft/bertft.py
    #	nlpcraft/src/main/python/ctxword/bin/py_requirements
    #	nlpcraft/src/main/python/ctxword/server.py

 .../src/main/python/ctxword/bertft/__init__.py     |  1 -
 nlpcraft/src/main/python/ctxword/bertft/bertft.py  | 25 ++++++----------------
 .../src/main/python/ctxword/bin/py_requirements    |  2 --
 nlpcraft/src/main/python/ctxword/server.py         |  5 +++--
 .../scala/org/apache/nlpcraft/examples/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/alarm/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/echo/README.md    |  2 +-
 .../apache/nlpcraft/examples/helloworld/README.md  |  2 +-
 .../apache/nlpcraft/examples/lightswitch/README.md |  2 +-
 .../org/apache/nlpcraft/examples/phone/README.md   |  2 +-
 .../org/apache/nlpcraft/examples/sql/README.md     |  2 +-
 .../org/apache/nlpcraft/examples/time/README.md    |  2 +-
 .../org/apache/nlpcraft/examples/weather/README.md |  2 +-
 13 files changed, 19 insertions(+), 32 deletions(-)