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 bff9c53

Browse files
committed
docs
1 parent f99eac1 commit bff9c53

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎README.md

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

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

5-
NLP Tasks Available through Web64's NLP Server:
5+
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
@@ -26,16 +26,17 @@ composer require web64/php-nlp-client
2626

2727
## NLP-Server
2828
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.
29-
Installation documentation: https://github.com/web64/nlpserver
29+
30+
Installation instrcuctions: https://github.com/web64/nlpserver
3031

3132
## Entity Extraction - Named Entity Recognition (NER)
32-
This package provides access to three different methods for entity extraction.
33+
This library provides access to three different methods for entity extraction.
3334

34-
| First Header | Language Support | Programming Lang. | API Access |
35+
| Provider | Language Support | Programming Lang. | API Access |
3536
| ------------- | ------------- | ------------- | ------------- |
3637
| [Polyglot](https://polyglot.readthedocs.io/en/latest/) | 40 languages | Python | NLP Server |
37-
| [CoreNLP](https://stanfordnlp.github.io/CoreNLP/download.html) | 6 languages | Java | CoreNLP Standalone server |
3838
| [Spacy](https://spacy.io/) | 7 languages | Python | NLP Server |
39+
| [CoreNLP](https://stanfordnlp.github.io/CoreNLP/download.html) | 6 languages | Java | CoreNLP Standalone server |
3940

4041
If you are dealing with text in English or one of the major European language you will get the best results with CoreNLP or Spacy.
4142

@@ -244,7 +245,7 @@ cd stanford-corenlp-full-2018年02月27日
244245
wget http://nlp.stanford.edu/software/stanford-english-kbp-corenlp-2018年10月05日-models.jar
245246
```
246247

247-
### Running CoreNLP server
248+
### Running the CoreNLP server
248249
```bash
249250
# Run the server using all jars in the current directory (e.g., the CoreNLP home directory)
250251
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000

0 commit comments

Comments
(0)

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