File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
33#######
44
5+ **************************
6+ 1.3.0 (April 28th, 2020)
7+ **************************
8+ * **IMPORTANT **: This will be the last release that supports the deprecated Spacy2ConllParser class!
9+ * Community addition (@KoichiYasuoka): add SpaceAfter=No to the Misc field when applicable.
10+ * Fixed failing tests
11+
512**************************
6131.2.0 (February 2nd, 2020)
714**************************
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'spacy_conll' ,
9- version = '1.2 .0' ,
9+ version = '1.3 .0' ,
1010 description = 'A custom pipeline component for spaCy that can convert any parsed Doc'
1111 ' and its sentences into CoNLL-U format. Also provides a command line entry point.' ,
1212 long_description = long_description ,
Original file line number Diff line number Diff line change 1- __version__ = '1.2 .0'
1+ __version__ = '1.3 .0'
22
33from collections import OrderedDict , defaultdict
44
You can’t perform that action at this time.
0 commit comments