Skip to content

STANFORD Named Entity Recognition PUT server written in Nodejs.

License

Notifications You must be signed in to change notification settings

enmaso/ner-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ner-server

Lightweight Nodejs Stanford Named Entity Recognition server
This is not a node_module, this is a standalone server

Requirements

Installation

Unpack stanford-ner-2017-06-09.zip to bin/ directory

> cd ner-server
> wget https://nlp.stanford.edu/software/stanford-ner-2017-06-09.zip
> unzip stanford-ner-2017-06-09.zip
> cp stanford-ner-2017-06-09/ bin/

Running the server

npm start

Usage

Passing a string to the server

curl -X PUT --data "Frank Sinatra, in 1969, sang New York, New York" localhost:8080

Passing a file to the server

curl -T test/sample.txt localhost:8080

Returns a JSON string

About

STANFORD Named Entity Recognition PUT server written in Nodejs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published