A python wrapper and server implementation for Stanford NER
Python 3.6, Java RE
Run the following command to install the dependencies.
Run the following command to install the dependencies.
POST $IP:8080/classify
Request : JSON encoded text body
Response : [
[
Value,
Class
],
[
Value,
Class
]
]