This is an automated email from the ASF dual-hosted git repository. ifropc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit d5b240329c06c2b80af6cb66cd97c544f9aea369 Merge: 31e905e 6110b9f Author: Ifropc <[email protected]> AuthorDate: Wed Aug 5 09:41:18 2020 -0700 Merge pull request #5 from apache/NLPCRAFT-67 NLPRCAFT-67: Python machine learning module .gitignore | 3 + nlpcraft/src/main/python/ctxword/README.md | 91 +++++++++ nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md | 42 ++++ .../src/main/python/ctxword/bertft/__init__.py | 17 ++ nlpcraft/src/main/python/ctxword/bertft/bertft.py | 216 +++++++++++++++++++++ nlpcraft/src/main/python/ctxword/bertft/utils.py | 20 ++ .../python/ctxword/bin/install_dependencies.sh | 46 +++++ .../src/main/python/ctxword/bin/py_requirements | 21 ++ .../src/main/python/ctxword/bin/start_server.sh | 23 +++ nlpcraft/src/main/python/ctxword/bin/suggest.sh | 28 +++ nlpcraft/src/main/python/ctxword/jupyter/README.md | 34 ++++ .../ctxword/jupyter/Trasnsformers-FastText.ipynb | 206 ++++++++++++++++++++ .../main/python/ctxword/jupyter/py_requirements | 18 ++ nlpcraft/src/main/python/ctxword/server.py | 78 ++++++++ 14 files changed, 843 insertions(+)
