Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 318 Bytes

Usage

Server

Make sure the server is running. If not run it like this java -mx1500m -cp stanford-ner-2015-04-20/stanford-ner.jar edu.stanford.nlp.ie.NERServer -loadClassifier stanford-ner-2015-04-20/classifiers/english.muc.7class.distsim.crf.ser.gz -port 8000

Client

just do node index to run client