Skip to content

Releases: LanguageMachines/ucto

v0.12

19 Feb 14:32
Compare
Choose a tag to compare
  • now use the UniFilter Unicode Filter from ticcutils
  • now use the UnicodeNormalizer from ticcutils
  • improved configuration. Support for Mac OSX added

v0.11

04 Dec 13:51
Compare
Choose a tag to compare

Bug fix release:

  • problems with text inside <cell> elements

v0.10

07 Nov 15:56
Compare
Choose a tag to compare

New release due to outdated files in the previous release.

v0.9.9

06 Nov 16:25
Compare
Choose a tag to compare

Minor fix:

  • bumped the .so version to 3.0.0

v0.9.8

23 Oct 09:36
Compare
Choose a tag to compare

Bug-fix release.

  • fixed utterance handling in FoLiA input. Don't try sentence detection!

v0.9.7

18 Oct 09:54
Compare
Choose a tag to compare
  • added textredundancy option, default is 'minimal'
  • small adaptations to work with FoLiA 1.5 specs
    • set textclass on words when outputclass != inputclass
    • DON'T filter special characters when inputclass == outputclass
  • -F (folia input) is automatically set for .xml files
  • more robust against texts with embedded tabs, etc.
  • more and better tests added
  • better logging and error messaging
  • improved language handling. TODO: Language detection in FoLiA
  • bug fixes:
    • correctly handle xml-comment inside a
    • better id generation when parent has no id
    • better reaction on overly long 'words'

v0.9.6

23 Jan 13:03
Compare
Choose a tag to compare
  • Moving data files from etc/ to share/, as they are more data files than configuration files that should be edited. Requires uctodata >= 0.4. Should solve debian packaging issues (#18)
  • Minor updates to the manual (#2)
  • Some refactoring/code cleanup, temper expectations regarding ucto's date-tagging abilities (#16, thanks also to @sanmai-NL)

v0.9.5

06 Jan 14:50
Compare
Choose a tag to compare

Bug fix release:

  • updated tokconfig-generic, which is removed from the uctodata package
  • configure no longer insists on the presence of uctodata, it merely warns
    when missing.

v0.9.4

05 Jan 15:51
Compare
Choose a tag to compare

Major update

  • Language support
    • added support for multiple languages
    • auto detection of languages using textcat
  • some refactoring
    • no more call to exit()
    • Better logging and Warning messages
    • some folia output improvements
  • bug fixes
    • in passthru,
    • issue #11

v0.9.3

28 Sep 12:46
Compare
Choose a tag to compare

New release, implementing recursive rule application.
Check for uctodata version >= 0.2 (but works reasonable with older version)