Skip to content

Commit 9949ca7

Browse files
committed
docs
1 parent f50d69e commit 9949ca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NLP tasks available through Web64's NLP Server:
77
* [Article Extraction from HTML or URL](#article--metadata-extraction)
88
* [Entity Extraction](#entitiy-extraction--sentiment-analysis-polyglot) (NER) - Multilingual
99
* [Sentiment Analysis](#sentiment-analysis) - Multilingual
10-
* [Embeddings / Neighbouring words - Multilingual](#neighbouring-words-embeddings)
10+
* [Embeddings / Neighbouring words](#neighbouring-words-embeddings) - Multilingual
1111
* [Summarization](#summarization)
1212

1313
NLP Tasks Available through Stanford's CoreNLP Server:
@@ -24,8 +24,8 @@ There is also a Laravel wrapper for this library available here: https://github.
2424
composer require web64/php-nlp-client
2525
```
2626

27-
## NLP-Server
28-
Most NLP features in this package requires a running instance of the NLP-Server, which is a simple python flask app providing web service api access to common python NLP libraries.
27+
## NLP Server
28+
Most NLP features in this package requires a running instance of the NLP Server, which is a simple python flask app providing web service api access to common python NLP libraries.
2929

3030
Installation instrcuctions: https://github.com/web64/nlpserver
3131

0 commit comments

Comments
 (0)