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 ab58ba4  Fixing HTML in markdown files.
ab58ba4 is described below

commit ab58ba4c1bb8a0705f5904d5f7fea13bb2194fb5
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Sep 23 17:10:43 2020 -0700

    Fixing HTML in markdown files.
---
 README.md                                                           | 2 +-
 docker/readme.md                                                    | 2 +-
 nlpcraft/pom.xml                                                    | 2 +-
 nlpcraft/src/main/python/ctxword/README.md                          | 6 +++---
 nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md                   | 2 +-
 nlpcraft/src/main/python/ctxword/jupyter/README.md                  | 2 +-
 nlpcraft/src/main/resources/nlpcraft.conf                           | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md      | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/alarm/README.md     | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md | 2 +-
 .../main/scala/org/apache/nlpcraft/examples/helloworld/README.md    | 2 +-
 .../main/scala/org/apache/nlpcraft/examples/lightswitch/README.md   | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/phone/README.md     | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md  | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/weather/README.md   | 2 +-
 openapi/README.md                                                   | 2 +-
 17 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index 6073797..3d46f6e 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,6 @@ lock-in:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git a/docker/readme.md b/docker/readme.md
index 64ce2c3..199a222 100644
--- a/docker/readme.md
+++ b/docker/readme.md
@@ -56,6 +56,6 @@ than allocated by default to the docker containers. Set 
memory value to 8G (`-m
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 77f64e1..cafe537 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -372,7 +372,7 @@
                                 <span style="font-size: larger">Copyright 
&#169; {currentYear} Apache Software Foundation</span>
                                 <br/>
                                 <br/>
-                                <img 
src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+                                <img 
src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" alt="ASF 
Logo">
                             </center>
                         ]]>
                     </bottom>
diff --git a/nlpcraft/src/main/python/ctxword/README.md 
b/nlpcraft/src/main/python/ctxword/README.md
index cd9fcf1..750a8a9 100644
--- a/nlpcraft/src/main/python/ctxword/README.md
+++ b/nlpcraft/src/main/python/ctxword/README.md
@@ -31,7 +31,7 @@ models and Facebook's [FastText](https://fasttext.cc/) 
library.
 ### Dependencies
 To install necessary dependency:
  * **Linux/MacOS**: run `src/main/python/ctxword/bin/install_dependencies.sh` 
script.  
- * **Windows**: read `WINDOWS_SETUP.md` file for manual installation.
+ * **Windows**: read `src\main\python\ctxword\bin\WINDOWS_SETUP.md` file for 
manual installation.
 
 ### Start REST Server
 To start 'ctxword' module REST server:
@@ -42,7 +42,7 @@ then download this library and compress it which will take a 
several minutes and
 available memory. Subsequent starts will skip this step, and the server will 
start much faster.
 
 ### REST API
-Once the REST server is started you can issue REST calls to get suggestions 
for the contextual related words.
+Once the REST server starts you can issue REST calls to get suggestions for 
the contextual related words.
 REST server provides a single `application/json` endpoint:
  
 ##### `/suggestions` (POST)
@@ -103,4 +103,4 @@ $ bin/suggest.sh "what is the chance of rain tomorrow?" 5
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
diff --git a/nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md 
b/nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md
index e5b2985..e152598 100644
--- a/nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md
+++ b/nlpcraft/src/main/python/ctxword/WINDOWS_SETUP.md
@@ -43,4 +43,4 @@ To set up `ctxword` module under Windows, you would need to 
repeat steps from `s
  ### Copyright
  Copyright (C) 2020 Apache Software Foundation
  
- <img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px"> 
+ <img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo"> 
diff --git a/nlpcraft/src/main/python/ctxword/jupyter/README.md 
b/nlpcraft/src/main/python/ctxword/jupyter/README.md
index a737288..b4745a4 100644
--- a/nlpcraft/src/main/python/ctxword/jupyter/README.md
+++ b/nlpcraft/src/main/python/ctxword/jupyter/README.md
@@ -31,4 +31,4 @@ Additional requirements are needed to run this Notebook, see 
`py_requirements` f
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
diff --git a/nlpcraft/src/main/resources/nlpcraft.conf 
b/nlpcraft/src/main/resources/nlpcraft.conf
index 418b011..6993c5d 100644
--- a/nlpcraft/src/main/resources/nlpcraft.conf
+++ b/nlpcraft/src/main/resources/nlpcraft.conf
@@ -205,7 +205,7 @@ nlpcraft {
         # If Spacy is enabled as a token provider (value 'spacy') - defines 
Spacy proxy URL.
         # spacy.proxy.url=http://localhost:5002
 
-        # 'ctxword' module configuration.
+        # 'ctxword' server endpoint URL.
         ctxword.url="http://localhost:5000";
     }
 
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
index 38d190f..8b736e5 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
@@ -48,6 +48,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
index 0f63d39..59e9595 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
@@ -63,6 +63,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
index 0be1754..88c2ac0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
@@ -65,6 +65,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
index edeaecc..e5dce29 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
@@ -61,6 +61,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
index 289f3b4..9ad1a16 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
@@ -63,6 +63,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
index 29ad3f4..3d5011c 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
@@ -66,6 +66,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
index 8ca409c..734d822 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
@@ -67,6 +67,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
index f08da3b..75dbdcc 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
@@ -61,6 +61,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
index 925b4a1..b7611e0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
@@ -62,6 +62,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 
diff --git a/openapi/README.md b/openapi/README.md
index d68c308..f20ae5c 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -41,6 +41,6 @@ For any questions, feedback or suggestions:
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation
 
-<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px">
+<img src="https://www.apache.org/img/ASF20thAnniversary.jpg"; height="64px" 
alt="ASF Logo">
 
 

Reply via email to