0.0.3 Release
0.0.3
This is a bugfix release.
Changelog
Changes to InceptionFormat
to include all available formats.
Some names are kept for compatibility reasons, but will be removed in the 0.1.0
release.
Now InceptionFormat.DEFAULT
points to text
.
New list is the following:
DEFAULT = 'text'
BIN = 'bin'
CONLL2000 = 'conll2000'
CONLL2006 = 'conll2006'
CONLL2009 = 'conll2009'
CONLLCORENLP = 'conllcorenlp'
CONLLU = 'conllu'
CTSV = 'ctsv'
CTSV3 = 'ctsv3'
DKPRO_CORE_TEI = 'dkpro-core-tei'
TEI = 'dkpro-core-tei'
HTML = 'html'
LIF = 'lif'
NIF = 'nif'
PDF = 'pdf'
PERSEUS_2_1 = 'perseus_2.1'
PUBANNOTATION_SECTIONS = 'pubannotation-sections'
TCF = 'tcf'
TEXT = 'text'
TEXTLINES = 'textlines'
TSV = 'tsv'
XMI = 'xmi'
PERSEUS = 'perseus_2.1'
WEBANNO = 'tsv'
JSON = 'json'
Fix #22.