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
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.
24
24
composer require web64/php-nlp-client
25
25
```
26
26
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
+
## NLPServer
28
+
Most NLP features in this package requires a running instance of the NLPServer, which is a simple python flask app providing web service api access to common python NLP libraries.
0 commit comments