Releases: INL/galahad
Releases · INL/galahad
1.2.5
Release 1.2.4
Changelog
- Added a detailed evaluation help page (@BramVanroy)
Release 1.2.3
Changelog
- Lots of dependency updates
- Better dependabot support
- A fix for folia merging when the root is not the first element of the document
- Added a custom Swagger UI header
- For TEI-export: only allow a token to be punctuation if it does not contain alphanumerical chars
- For TEI-export add xml:id's to <w>'s if they don't yet have them
- For TEI-import: treat blank lemma and pos (lemma="") as null
Release 1.2.2
Fix z-index of time period slider
1.2.1
Changelog
- Added drag & drop for uploading files
- Made docker compose buildable
- Fixed
null
appearing in lemma and pos when exporting. Instead, we export empty strings. E.g. <w lemma="" pos="">. (This occurs when a tagger does not produce an annotation.) - Build CMDI-files using xpath instead of naive string substitution. (It would have broken if you called your corpus e.g. "YEAR".)
- Add spaces to the plaintext of parsed tei documents where <w> follow each other without spaces. Old: <w>a</w><w>b</w> -> "ab"; New: -> "a b".
- Fixed OTHER_POS only matching POS of length 1. E.g. matching 6 but not 630. (Relevant for the old Gysseling/CRM tagset).
- Fix truncated punctuation matching throwing on empty strings.
- Updated home screen text to match the help page
1.2.0
Changelog
- Evaluation results (Distribution, Metrics, Pos Confusion) are no longer reload every time you switch tabs.
- GaLAHaD version number added to the CMDI info
- CMDI is now exported as a metadata.zip in each zip you export from GaLAHaD (i.e. a zip in a zip). Otherwise it pollutes the root zip folder with a lot of files.
- Fixed some cases where empty strings (as declared by the user, e.g. corpus metadata source name) ended up in the CMDI.
- Better sorting on periods (sort by 'year to' in each 'year from' group) and made TaggersView sortable
- When uploading multiple documents and receiving an upload error, still reload the docs view as some documents might have uploaded correctly and they do show up.
- Some minor adjustments to the help texts.
- Fixed a bug where some TEI files could not be merged. The scenario:
w<a>o<b>rd </b>w</a>ord
- Let the backend handle the OTHER pos category (any pos that does not start with a letter, e.g. the old Gysseling tagset). This also makes it so those samples are downloadable because the backend recognizes the category OTHER.