Releases: dahelb/rs-conllu
Releases · dahelb/rs-conllu
v0.3.0
Breaking Changes
- There were some renamings to align more with the conllu specification:
Token
struct: The fielddep
was renamed todeps
TokenID
enum: TheSubordinate
variant was renamed toEmpty
- As a result of refactoring,
Token
,TokenID
, andDep
have been moved to a separate module (crate::token
). They are re-exported on the crate root level.
What's Changed
- Refactoring, adding TokenBuilder plus functionality and documentation by @davidhelbig in #5
- Display for UPOS. Serde for main structs in feature by @veta666 in #6
Full Changelog: 0.2.0...v0.3.0