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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2badcfa  Update README.md
2badcfa is described below

commit 2badcfa93f6bcafbb3aa9d3f1b9eb07f1bf10983
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Sep 23 18:42:34 2020 -0700

    Update README.md
---
 nlpcraft/src/main/python/ctxword/README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/nlpcraft/src/main/python/ctxword/README.md 
b/nlpcraft/src/main/python/ctxword/README.md
index 4cf4dc9..76edc32 100644
--- a/nlpcraft/src/main/python/ctxword/README.md
+++ b/nlpcraft/src/main/python/ctxword/README.md
@@ -30,12 +30,15 @@ models and Facebook's [FastText](https://fasttext.cc/) 
library.
 
 ### Dependencies
 To install necessary dependency:
- * **Linux/MacOS**: run 
`nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh` script.  
+ * **Linux/MacOS**: 
+   * `$ cd nlpcraft/src/main/python/ctxword`
+   * `$ bin/install_dependencies.sh` 
  * **Windows**: read `nlpcraft\src\main\python\ctxword\bin\WINDOWS_SETUP.md` 
file for manual installation.
 
 ### Start REST Server
 To start 'ctxword' module REST server:
- * Run `nlpcrat/src/main/python/ctxword/bin/start_server.{sh|cmd}` script.  
+ * `$ cd nlpcrat/src/main/python/ctxword`
+ * `$ bin/start_server.{sh|cmd}` 
  
 NOTE: on the 1st start the server will try to load compressed BERT model which 
is not yet available. It will
 then download this library and compress it which will take a several minutes 
and may require 10 GB+ of 

Reply via email to