Skip to content

P-KB-O/ner-baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ner-baseline

some NER baseline

here, you can use three algorithms for NER TASK

  1. hmm
  2. crf
  3. bilstm
  4. bilstm+crf

Usage

training:

python main.py

testing:

python test.py

you can get output information in the terminal, and see confusion matrix heatmap plot in img dir

Releases

No releases published

Packages

No packages published

Languages