You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by if...@apache.org on 2020/08/05 00:36:47 UTC

[incubator-nlpcraft] branch NLPCRAFT-67 updated (481467f -> c64bf55)

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

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


 discard 481467f  WIP.
 discard e2e8f24  WIP.
 discard 30252d0  Merge remote-tracking branch 'origin/master' into NLPCRAFT-67
 discard d27e5f4  WIP.
 discard a8867a7  Merge branch 'master' into NLPCRAFT-67
 discard 5f97de6  QF.
 discard 2f55dc1  Merge remote-tracking branch 'origin/master' into NLPCRAFT-67
 discard cd309c9  NLPCRAFT-67: Add README for setup under win
    omit 52866b2  Merge branch 'master' into NLPCRAFT-67
    omit bcaba77  NLPCRAFT-67: Add more documentation, organize Jupyter directory
    omit 5955833  NLPCRAFT-67: Refactoring
    omit c81120e  NLPCRAFT-67: Change json response/request schema
    omit 7816e9e  NLPCRAFT-67: Bug fixes, added min_bert parameter
    omit 1ddb948  NLPCRAFT-67: update README, add multiple indexes, add ftext_score parameter
    omit f4bd048  NLPCRAFT-67: Add README
    omit 63eb605  NLPCRAFT-67: Add CUDA support
    omit fe3f917  NLPCRAFT-67: Add batching
    omit 157e718  NLPCRAFT-67: After review fixes
    omit 8adc81d  NLPCRAFT-67: Moved and renamed root folder
    omit 79d5868  NLPCRAFT-67: After-review changes
    omit 172950f  NLPCRAFT-67: Add auto-enrich using Bert and FastTest models
     add 5017675  NLPCRAFT-67: Add auto-enrich using Bert and FastTest models
     add 6d54c7d  NLPCRAFT-67: After-review changes
     add ca565b7  NLPCRAFT-67: Moved and renamed root folder
     add 68e42eb  NLPCRAFT-67: After review fixes
     add 2f10282  NLPCRAFT-67: Add batching
     add 1e7774a  NLPCRAFT-67: Add CUDA support
     add 1548bb4  NLPCRAFT-67: Add README
     add 39f2e7d  NLPCRAFT-67: update README, add multiple indexes, add ftext_score parameter
     add 1850314  NLPCRAFT-67: Bug fixes, added min_bert parameter
     add dcd3c43  NLPCRAFT-67: Change json response/request schema
     add e6f9fd0  NLPCRAFT-67: Refactoring
     add 325dfbe  NLPCRAFT-67: Add more documentation, organize Jupyter directory
     add c64bf55  NLPCRAFT-67: Add README for setup under win

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (481467f)
            \
             N -- N -- N   refs/heads/NLPCRAFT-67 (c64bf55)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 nlpcraft/src/main/python/ctxword/README.md         | 97 +++++-----------------
 nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md  | 33 ++------
 nlpcraft/src/main/python/ctxword/bertft/bertft.py  | 16 ++--
 nlpcraft/src/main/python/ctxword/bertft/utils.py   |  1 -
 .../python/ctxword/bin/install_dependencies.sh     | 23 ++---
 .../src/main/python/ctxword/bin/py_requirements    |  3 +-
 .../src/main/python/ctxword/bin/start_server.sh    |  6 +-
 nlpcraft/src/main/python/ctxword/bin/suggest.sh    |  9 --
 nlpcraft/src/main/python/ctxword/jupyter/README.md | 17 +---
 nlpcraft/src/main/python/ctxword/server.py         |  1 -
 10 files changed, 52 insertions(+), 154 deletions(-)