Skip to content

LSFLK/Standford-NER-python-wrapper

 
 

Repository files navigation

Standford-NER-python-wrapper

A python wrapper and server implementation for Stanford NER

Requirements

Python 3.6, Java RE

Installation

Run the following command to install the dependencies.

./install.sh

Run Server

Run the following command to install the dependencies.

./run_server.sh

Usage

POST $IP:8080/classify

Request  : JSON encoded text body

Response : [
[
   Value,
   Class
],
[
   Value,
   Class
]
] 

About

A python wrapper and server implementation for Stanford NER

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 48.1%
  • Dockerfile 38.0%
  • Shell 13.9%