Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f99eac1

Browse files
committed
docs
1 parent 12345ee commit f99eac1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# PHP NLP-Client
22

3-
This is a simple PHP library for performing Natural Language tasks using Web64's NLP-Server https://github.com/web64/nlpserver.
3+
This is a simple PHP library for performing multi-lingual Natural Language tasks using Web64's NLP-Server https://github.com/web64/nlpserver.
44

55
NLP Tasks Available through Web64's NLP Server:
66
* [Language detection](#language-detection)
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
11-
* Summarization
10+
* [Embeddings / Neighbouring words - Multilingual](#neighbouring-words-embeddings)
11+
* [Summarization](#summarization)
1212

1313
NLP Tasks Available through Stanford's CoreNLP Server:
14-
* Entity Extraction (NER)
14+
* [Entity Extraction (NER)](#corenlp---entity-extraction-ner)
1515

1616
NLP Tasks Available through Microsoft Labs API:
17-
* Related concepts
17+
* [Concept Graph](#concept-graph)
1818

1919
### Laravel Package
2020
There is also a Laravel wrapper for this library available here: https://github.com/web64/laravel-nlp
@@ -196,7 +196,7 @@ Array
196196
*/
197197
```
198198

199-
### Summarizer
199+
### Summarization
200200
Extract short summary from a long text
201201
```php
202202
$summary = $nlp->summarize( $long_text );

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /