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
Copy file name to clipboardExpand all lines: README.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PHP NLP-Client
2
2
3
-
This is a simple PHP library for performing Natural Language tasks using the Web64 NLP-Server https://github.com/web64/nlpserver
3
+
This is a simple PHP library for performing Natural Language tasks using Web64's NLP-Server https://github.com/web64/nlpserver .
4
4
5
5
NLP Tasks Available through Web64's NLP Server:
6
6
* Language detection
@@ -21,16 +21,20 @@ NLP Tasks Available through Microsoft Labs API:
21
21
composer require web64/php-nlp-client
22
22
```
23
23
24
+
## NLP-Server
25
+
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.
0 commit comments