Skip to content

Stanford pre-trained model for Vietnamese Named Entity Recognition

License

Notifications You must be signed in to change notification settings

bangnguyen89/StanfordNER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

StanfordNER

Stanford pre-trained model for Vietnamese Named Entity Recognition Please download model from here https://drive.google.com/open?id=1uoGaPcmQ0YXH3YcEOwv9N5ow48Bs9NQD

  1. How to use

(i) Download StanfordNER library from here https://nlp.stanford.edu/software/stanford-ner-2018-02-27.zip

(ii) Add a text file in this folder with any sentence or paragraph you want (For example: sample.txt)

(iii) Open cmd and type the following command java -mx600m -cp <drag_jar_file_directory_you_just_download_step_(i)> edu.stanford.nlp.ie.crf.CRFClassifier -loadClassifier ner-model.ser.gz -textFile sample.txt

  1. License This model is distributed with license same as StanfordNER library

About

Stanford pre-trained model for Vietnamese Named Entity Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published