Releases: ArthurDevNL/CoNLL-U
Releases · ArthurDevNL/CoNLL-U
v1.1.2
v1.1.1
- Update to .NET 5
- Improve test coverage
- Improve equality for Tree, Token and TokenIdentifier
v1.1
- Added support for dependency relation subtypes (eg
nsubj:pass
) - Modified Tree structure to hold connection at the node instead of the parent
v1.0.2
- Added code for constructing a dependency tree
Tree<Token, DependencyRelation>
for a sentence.
v1.0.1
- Adds support for serialising sentences to CoNLL-U files.
v1.0.0
- First release