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/06/07 22:42:45 UTC

[incubator-nlpcraft] 03/06: NLPCRAFT-67: Moved and renamed root folder

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

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

commit eeac1b9afc5d5f2d4dcfc8d9fff57f42dc1dbac9
Author: Ifropc <if...@apache.org>
AuthorDate: Thu Jun 4 21:24:32 2020 -0700

    NLPCRAFT-67: Moved and renamed root folder
---
 .gitignore                                                              | 2 +-
 {enricher => src/main/python/ctxword}/README.md                         | 0
 {enricher => src/main/python/ctxword}/bertft/__init__.py                | 0
 {enricher => src/main/python/ctxword}/bertft/bertft.py                  | 0
 {enricher => src/main/python/ctxword}/bertft/utils.py                   | 0
 {enricher => src/main/python/ctxword}/bin/install_dependencies.sh       | 0
 {enricher => src/main/python/ctxword}/bin/predict.sh                    | 0
 {enricher => src/main/python/ctxword}/bin/py_requirements               | 0
 {enricher => src/main/python/ctxword}/bin/start_server.sh               | 0
 .../main/python/ctxword}/jupyter/Trasnsformers-FastText.ipynb           | 0
 {enricher => src/main/python/ctxword}/server.py                         | 0
 11 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1291eca..f390592 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,5 +12,5 @@ zips
 model.yaml
 model.json
 **/__pycache__
-**/enricher/data
+**/data
 **/.ipynb_checkpoints/
diff --git a/enricher/README.md b/src/main/python/ctxword/README.md
similarity index 100%
rename from enricher/README.md
rename to src/main/python/ctxword/README.md
diff --git a/enricher/bertft/__init__.py b/src/main/python/ctxword/bertft/__init__.py
similarity index 100%
rename from enricher/bertft/__init__.py
rename to src/main/python/ctxword/bertft/__init__.py
diff --git a/enricher/bertft/bertft.py b/src/main/python/ctxword/bertft/bertft.py
similarity index 100%
rename from enricher/bertft/bertft.py
rename to src/main/python/ctxword/bertft/bertft.py
diff --git a/enricher/bertft/utils.py b/src/main/python/ctxword/bertft/utils.py
similarity index 100%
rename from enricher/bertft/utils.py
rename to src/main/python/ctxword/bertft/utils.py
diff --git a/enricher/bin/install_dependencies.sh b/src/main/python/ctxword/bin/install_dependencies.sh
similarity index 100%
rename from enricher/bin/install_dependencies.sh
rename to src/main/python/ctxword/bin/install_dependencies.sh
diff --git a/enricher/bin/predict.sh b/src/main/python/ctxword/bin/predict.sh
similarity index 100%
rename from enricher/bin/predict.sh
rename to src/main/python/ctxword/bin/predict.sh
diff --git a/enricher/bin/py_requirements b/src/main/python/ctxword/bin/py_requirements
similarity index 100%
rename from enricher/bin/py_requirements
rename to src/main/python/ctxword/bin/py_requirements
diff --git a/enricher/bin/start_server.sh b/src/main/python/ctxword/bin/start_server.sh
similarity index 100%
rename from enricher/bin/start_server.sh
rename to src/main/python/ctxword/bin/start_server.sh
diff --git a/enricher/jupyter/Trasnsformers-FastText.ipynb b/src/main/python/ctxword/jupyter/Trasnsformers-FastText.ipynb
similarity index 100%
rename from enricher/jupyter/Trasnsformers-FastText.ipynb
rename to src/main/python/ctxword/jupyter/Trasnsformers-FastText.ipynb
diff --git a/enricher/server.py b/src/main/python/ctxword/server.py
similarity index 100%
rename from enricher/server.py
rename to src/main/python/ctxword/server.py