Skip to content

Releases: INL/galahad

Release 1.2.2

30 Aug 12:40
f518ce3
Compare
Choose a tag to compare

Fix z-index of time period slider

1.2.1

25 Jun 12:52
1f3a195
Compare
Choose a tag to compare

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 an XML parser 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

19 Jun 14:12
84a7fb4
Compare
Choose a tag to compare

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.

1.1.0

12 Jun 14:07
058ead6
Compare
Choose a tag to compare

Changelog

  • Updated help screen with new manual
  • Added new huggingface tagger
  • Added CMDI in TEI headers of exported TEI files
  • Added CMDI file per exported file

1.0.1

05 Jun 11:18
c3a4dea
Compare
Choose a tag to compare

Changelog

  • Added Clariah in about screen
  • Simplified deploy script
  • Fixed Swagger UI not working (wrong config paths)
  • Removed Glossary screen for now
  • Removed some old help screen images
  • Let codemeta-harvester add the version number

1.0.0

04 Jun 12:02
168bc5e
Compare
Choose a tag to compare

First full release of GaLAHaD.

0.9.0

03 Jun 09:55
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Initial release of GaLAHaD