Skip to content

Releases: LanguageMachines/ucto

v0.33

26 Apr 10:16
Compare
Choose a tag to compare
  • added a batch mode: #94
  • improved handling of NonSpacing markers.
  • adapted some tests, based on the newest uctodata package (notably
    French was not correct implemented)

v0.32.1

20 Mar 09:15
Compare
Choose a tag to compare
  • additional fix for #93
    spurious BOM markers should be ignored in all cases

v0.32

19 Mar 12:57
Compare
Choose a tag to compare
  • fix for #95
  • automagicly geneate an xml:id when not provided

v0.31

28 Feb 07:53
Compare
Choose a tag to compare
  • fixed handling of the rare cases of Unidentifiable Characters
    They were ignored, which lead to incompatible text elements in FoLiA
  • some small refactoring, rooting out CppCheck warnings

v0.30

21 Oct 16:46
Compare
Choose a tag to compare

[Ko van der Sloot]

  • using ticcutils >- 0.34. All Unicode id NFC normalized now
  • normalization performed for passthru too.
    All output should be in the same encoding (NFC)
  • fixed a problem when using the API form Frog
  • improving code quality
  • added (dangerous, and compiletime only) option to change the magic
    'tokconfig-' value.

[Maarten van Gompel]

  • README.md: README: added demo screencast

v0.29

22 Apr 09:15
Compare
Choose a tag to compare

v0.28.1

22 Feb 11:43
Compare
Choose a tag to compare

[Maarten van Gompel]

  • Software metadata update only, no functional changes

v0.28

21 Feb 07:57
Compare
Choose a tag to compare

[Ko van der Sloot]

  • Made sure that TextCat is not initialized when not needed
  • Sentences inside quotes got an inconsistent xml:id (Not invalid though)
  • Separated Debug en Log streams.
  • C++ Code quality improved

v0.27

23 Jan 13:49
Compare
Choose a tag to compare

[Ko van der Sloot]

  • removed dependency on libtar
  • fixed build when HAVE_TEXTCAT was not set. Improved guards agains missing textcat support

[Maarten van Gompel]

v0.26

02 Jan 15:29
Compare
Choose a tag to compare

[Ko van der Sloot]

  • some code quality improvements
  • fix for #89
  • updated configure.ac
  • updated GitHub action

[Maarten van Gompel]