GateNLP / python-gatenlp

Python text processing, pattern matching, and NLP framework
https://gatenlp.github.io/python-gatenlp/
Apache License 2.0
63 stars 8 forks source link

Implement conll-like IBO and other chunk formats #61

Open johann-petrak opened 3 years ago

johann-petrak commented 3 years ago

File format conversion: conll to our annotations:

See also: https://lingpipe-blog.com/2009/10/14/coding-chunkers-as-taggers-io-bio-bmewo-and-bmewo/

See also: https://github.com/GateNLP/corpusconversion-conll2003

johann-petrak commented 2 years ago

Conversion from document annotations to IBO and back: