Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 649 Bytes

Capturing Long-range Contextual Dependencies with Memory-enhanced Conditional Random Fields (IJCNLP-2017)

Python-2.7.12
TensorFlow-1.2.1
Numpy-1.13.1
$ python ner.py --embedding_file PATH/TO/SENNA_EMBEDDING_FILE
@InProceedings{Liu+:2017,
  author    = {Liu, Fei  and  Baldwin, Timothy  and  Cohn, Trevor},
  title     = {Capturing Long-range Contextual Dependencies with
Memory-enhanced Conditional Random Fields},
  booktitle = {Proceedings of the Eighth International Joint Conference on Natural Language Processing (IJCNLP 2017)},
  year      = {2017},
  address   = {Taipei, Taiwan},
  pages     = {555--565}
}