v.1.2.0
- Add
nlp_utilities.validatorswithvalidate_featuresandvalidate_xpos. - Add
converters/xpos/format_xposto normalize various XPOS formats to Perseus. - Refactor
nlp_utilities.normalizers: replace old APIs withnormalize_morphology(upos, xpos, feats, feature_set, ref_features=None)(breaking change). - Update
nlp_utilities/data/dalme_features.json(expandedVerbTypeandCase). - Add
docs/source/api_reference/validators.rst. - Other improvements to documentation.
- Misc. bug fixes.
- Test-suite expansion: new/updated tests covering validators, formatters, converters, and normalizers.
Note: callers of the old normalize_features/normalize_xpos must be updated to the new API.
Full Changelog: v1.1.0...v1.2.0