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 d142c73 Minor template fix. Added quotes.
new a01c774 Merge pull request #17 from rahul3/patch-1
d142c73 is described below
commit d142c734de03f7f52f43cc0410158558237543c7
Author: Rahul Padmanabhan <[email protected]>
AuthorDate: Sat Aug 7 10:16:57 2021 -0400
Minor template fix. Added quotes.
---
nlpcraft/src/main/resources/nlpcraft.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nlpcraft/src/main/resources/nlpcraft.conf
b/nlpcraft/src/main/resources/nlpcraft.conf
index 88f8f29..f301836 100644
--- a/nlpcraft/src/main/resources/nlpcraft.conf
+++ b/nlpcraft/src/main/resources/nlpcraft.conf
@@ -205,7 +205,7 @@ nlpcraft {
tokenProviders = "nlpcraft"
# If Spacy is enabled as a token provider (value 'spacy') - defines
Spacy proxy URL.
- # spacy.proxy.url=http://localhost:5002
+ # spacy.proxy.url="http://localhost:5002"
# 'ctxword' server endpoint URL.
ctxword.url="http://localhost:5000"