Skip to content

Releases: LanguageMachines/ucto

v0.19

16 Sep 10:27
Compare
Choose a tag to compare

Bug fix release. solving:

  • #72
  • some problems with the newest libfolia.
  • better provenance records

v0.18

22 Jul 08:58
Compare
Choose a tag to compare

Bug fix release. solving:
#70

v0.17

19 Jun 08:34
Compare
Choose a tag to compare

Bug-fix release:

  • solved problems when tokenizing (partly-)tokenized FoLiA
    (but this is a very complicated situation. Might need more work)
  • solved problems with --passthru on FoLiA
  • avoid empty lines in FoLiA output
  • use the new generate_id attribute for provenance/processors
  • added more tests

KNOW PROBLEM: On TravisCI/MacOSX some tests fail for unclear reasons.

v0.16

29 May 10:33
Compare
Choose a tag to compare

Major release supporting FoLiA 2.0

  • bug fixes for:
    • empty sentences in FoLiA introduced by NonBreakingSpace
    • provide provenance data

v0.15

15 May 12:14
Compare
Choose a tag to compare

Stabilizing release for pre FoLiA 2.0

  • uses new folia::engine to process FoLiA
  • lots of refactoring and cleanup
  • some small bug fixes
  • added tests for corner cases in FoLiA
  • improved TextCat handling and debugging

v0.14.1

10 Dec 08:48
Compare
Choose a tag to compare
  • fixed textcat installation problems om Debian and OpenBSD (#59)
  • typo in the man page fixed

v0.14

29 Nov 13:47
Compare
Choose a tag to compare

[Ko van der Sloot]

  • updated usage() and removed -S option (never used)
  • make sure the right textclass is assigned to <w> nodes in FoLiA
  • minor code fixes/refactorings
  • added more tests
  • updated man.1 page

[Maarten van Gompel]

  • updated README.md

[Iris Hendrickx]

  • Updated and extended the manual

v0.13.2

17 May 12:26
Compare
Choose a tag to compare

Bug fix release:

  • uctodata is mandatory. So don't install default rules anymore

v0.13.1

17 May 11:06
Compare
Choose a tag to compare

Bug fix release:

  • configure now finds out the location of the uctodata files.
    should make it work on Mac systems too

v0.13

16 May 14:40
Compare
Choose a tag to compare

[Ko van der Sloot]

  • improved configure/build/test
  • added a --split option
  • fixed -P option
  • removed -S option (never used, and only half implemented)
  • added a --add-tokens option, to add special tokens for the default language
  • generally use the icu:: namespace
  • added more tests
  • fixed uninitialized variable.
  • added code to use an alternative search-path for uctodata

[Maarten van Gompel]

  • added codemeta.json