sfu-natlang / glm-parser

Tree-adjoining grammar based statistical dependency parser using a general linear model (glm).
Other
28 stars 2 forks source link

NER on CoNLL 2003 data #33

Closed anoopsarkar closed 7 years ago

anoopsarkar commented 8 years ago

Get the NER code working on the CoNLL 2003 data.

This paper contains an exhaustive list of features for NER.

There may be some organization work to be done. Keep the NER feature generator as a separate file that is loaded (just like how glm_parser.py does it).

anoopsarkar commented 7 years ago

in the NER branch now. closing.