Skip to content
/ bi_ilp Public

Bilingual Named Entity Recognition with Integer Linear Programming

Notifications You must be signed in to change notification settings

carfly/bi_ilp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directories
- data: training and test data
- ner: Stanford NER
  + models: model files and property files
- ilp: Bilingual ILP
- scripts: Some useful scrips

Steps (See run.sh)
- CRF-based NER
 * training: build Chinese and English NER models
 * test: predict NER results and probability of each word to a tag
- Calculate PMI
 * calculate PMI scores through the NER results
- Bilingual ILP
 * predict NER results with bilingual ILP
- Evaluation
 * evaluate the performances of CRF-based and Bi_ILP-based NER

About

Bilingual Named Entity Recognition with Integer Linear Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published