Releases: proycon/pynlpl
Releases · proycon/pynlpl
v1.1.10
Minor update to tie folia tests to correct FoLiA release (was missing in v1.1.9)
v1.1.9
General:
- Restructured package (into a dedicated
pynlpl
subdir rather than root dir), removed patchy stuff from setup.py
- Updated installation instructions
- Added
pynlpl.algorithms.possiblesplits()
FoLiA library:
- Updated for FoLiA v1.4.2
- Experimental text validation support
- always serialize XML with FoLiA version of library rather than FoLiA version from document; can't guarantee there are no changes
text()
method recurses in a semantically saner fashion
v1.1.8
Minor fix in syncing pynlpl-folia tests for premature v1.1.7 release
v1.1.7
Minor update:
- Fixes for Linebreak as text markup in FoLiA library (#32)
- Better support for multiple inheritance and ACCEPTED_DATA in FoLiA Library
- Added ParseError exception in FoLiA Library, more detailed error feedback when loading invalid folia
- Updated to FoLiA v1.4.1
v1.1.6
Minor bugfix release, fixes issue in folia library with underscores in NCName #31
v1.1.5
Minor update: output more details on FoLiA RelaxNG validation failure
v1.1.4
Bugfix release, fixes issue in folia library in declaration of new sets (#29)
v1.1.3
Minor update:
- added class to perform evaluation of ordinal classification (by @fkunneman)
v1.1.2
Minor bugfix release, fixes issue in FQL
v1.1.1
Minor bugfix release, fixes previous()
/next()
method in FoLiA library (issue #26)