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

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


    from 31e905e  Lifecycle error fixed.
     add 37b1ea6  NLPCRAFT-67: Add auto-enrich using Bert and FastTest models
     add 9c5c989  NLPCRAFT-67: After-review changes
     add f80e9ea  NLPCRAFT-67: Moved and renamed root folder
     add 33e1387  NLPCRAFT-67: After review fixes
     add 0ba4785  NLPCRAFT-67: Add batching
     add 27ff179  NLPCRAFT-67: Add CUDA support
     add d1dff7a  NLPCRAFT-67: Add README
     add c207b5d  NLPCRAFT-67: update README, add multiple indexes, add 
ftext_score parameter
     add c185274  NLPCRAFT-67: Bug fixes, added min_bert parameter
     add c9903e5  NLPCRAFT-67: Change json response/request schema
     add b656aac  NLPCRAFT-67: Refactoring
     add 809c564  NLPCRAFT-67: Add more documentation, organize Jupyter 
directory
     add 52e67d4  NLPCRAFT-67: Add README for setup under win
     add 7040a3f  NLPCRAFT-67: Update README
     add 904095d  NLPCRAFT-67: Update README
     add 058ea52  NLPCRAFT-67: Update README
     add 6110b9f  NLPCRAFT-67: Update README
     new d5b2403  Merge pull request #5 from apache/NLPCRAFT-67

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:
 .gitignore                                         |   3 +
 nlpcraft/src/main/python/ctxword/README.md         |  91 +++++++++
 .../README.md => python/ctxword/WINDOWS_SETUP.md}  |  45 ++---
 .../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    |   9 +-
 .../src/main/python/ctxword/bin/start_server.sh    |   9 +-
 .../src/main/python/ctxword/bin/suggest.sh         |  12 +-
 .../examples => python/ctxword/jupyter}/README.md  |  27 +--
 .../ctxword/jupyter/Trasnsformers-FastText.ipynb   | 206 ++++++++++++++++++++
 .../main/python/ctxword/jupyter/py_requirements    |   6 +-
 nlpcraft/src/main/python/ctxword/server.py         |  78 ++++++++
 14 files changed, 717 insertions(+), 68 deletions(-)
 create mode 100644 nlpcraft/src/main/python/ctxword/README.md
 copy nlpcraft/src/main/{scala/org/apache/nlpcraft/examples/README.md => 
python/ctxword/WINDOWS_SETUP.md} (50%)
 create mode 100644 nlpcraft/src/main/python/ctxword/bertft/__init__.py
 create mode 100644 nlpcraft/src/main/python/ctxword/bertft/bertft.py
 create mode 100644 nlpcraft/src/main/python/ctxword/bertft/utils.py
 create mode 100755 nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh
 copy sql/postgres/database.sh => 
nlpcraft/src/main/python/ctxword/bin/py_requirements (86%)
 mode change 100755 => 100644
 copy sql/postgres/database.sh => 
nlpcraft/src/main/python/ctxword/bin/start_server.sh (79%)
 copy sql/postgres/database.sh => 
nlpcraft/src/main/python/ctxword/bin/suggest.sh (58%)
 copy nlpcraft/src/main/{scala/org/apache/nlpcraft/examples => 
python/ctxword/jupyter}/README.md (55%)
 create mode 100644 
nlpcraft/src/main/python/ctxword/jupyter/Trasnsformers-FastText.ipynb
 copy sql/postgres/database.sh => 
nlpcraft/src/main/python/ctxword/jupyter/py_requirements (86%)
 mode change 100755 => 100644
 create mode 100644 nlpcraft/src/main/python/ctxword/server.py

Reply via email to