You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package requires a running instance of the NLP Server (https://github.com/web64/nlpserver).
49
+
This package requires a running instance of the NLP Server (https://github.com/web64/nlpserver) for most of the functionality to work.
56
50
See the documentation for installation instructions of the NLP Server.
57
51
58
52
## Included Tools
@@ -96,11 +90,11 @@ dump($article);
96
90
*/
97
91
```
98
92
99
-
### Entity Extraction
100
-
This function uses the Polyglot library which supports entity extraction for 40 languages.
93
+
### Entity Extraction with Polyglot
94
+
This function uses the [Polyglot](https://polyglot.readthedocs.io/en/latest/Installation.html) library which supports entity extraction for 40 languages.
101
95
Make sure you have downloaded the language models for the languages you are using.
102
96
103
-
For English and other major European languages use Spacy or CoreNLP for best results.
97
+
For English and other major European languages use [Spacy](https://spacy.io/usage/) or [CoreNLP](https://stanfordnlp.github.io/CoreNLP/download.html) for best results.
104
98
```php
105
99
$text = "Barack Hussein Obama is an American politician who served as the 44th President of the United States from January 20, 2009 to January 20, 2017. Before that, he served in the Illinois State Senate from 1997 until 2004.";
0 commit comments