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/11 12:32:08 UTC

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

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

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

commit 0476169f9ee330f862540e8f9ed366976142250e
Merge: 1e219ac feeca52
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Thu Jun 11 15:31:46 2020 +0300

    Merge branch 'NLPCRAFT-67' into NLPCRAFT-70

 .gitignore                                         |   3 +
 nlpcraft/src/main/python/ctxword/README.md         |  34 ++++
 .../src/main/python/ctxword/bertft/__init__.py     |  18 ++
 nlpcraft/src/main/python/ctxword/bertft/bertft.py  | 191 +++++++++++++++++++
 nlpcraft/src/main/python/ctxword/bertft/utils.py   |  19 ++
 .../python/ctxword/bin/install_dependencies.sh     |  39 ++++
 nlpcraft/src/main/python/ctxword/bin/predict.sh    |  19 ++
 .../src/main/python/ctxword/bin/py_requirements    |  25 +++
 .../src/main/python/ctxword/bin/start_server.sh    |  19 ++
 .../ctxword/jupyter/Trasnsformers-FastText.ipynb   | 206 +++++++++++++++++++++
 nlpcraft/src/main/python/ctxword/server.py         |  67 +++++++
 11 files changed, 640 insertions(+)