Skip to content

Releases: LanguageMachines/mbt

v3.10

21 Oct 16:36
Compare
Choose a tag to compare
  • removed dependency on libtar
  • Timbl::ClassDistribution replaces Timbl::ValueDistribution
  • modernizing code
  • use ticcutils > 0.34 to have NF normalization of Unicode

v3.9

02 Jan 14:49
Compare
Choose a tag to compare

[Ko van der Sloot]

  • start using the newest Timbl
  • Better Unicode support
  • modernizing code

v3.8

22 Jul 09:48
Compare
Choose a tag to compare

[Maarten van Gompel]

  • updated metadata (codemeta.json) following new (proposed) CLARIAH requirements (CLARIAH/clariah-plus#38)
  • added builds-deps.sh for automatically building and installing dependencies
  • added Dockerfile and instructions
  • no functional changes

v3.7

15 Dec 13:54
Compare
Choose a tag to compare
  • use NFC vormalized UnicodeString interally, making Mbt robust against UTF8
    encoded files even for more exotic languages the Dutch.
  • Uses the newest UTF8 aware Timbl
  • bumped library version
  • some code refactoring

v3.6

15 Apr 08:39
Compare
Choose a tag to compare
  • replaced uses of Lexicon class by a normal std::map
  • some code refactoring

v3.5

21 Oct 13:06
Compare
Choose a tag to compare
  • added JSON support
    Still experimental!
  • several code improvements; including 1 to avoid inappropriate exit codes

v3.4

28 Nov 10:35
Compare
Choose a tag to compare
  • added an option '--tabbed' to set the word/tag separator to TABS
  • better option parsing
  • added some timers for debugging

v3.3.2

16 May 14:10
Compare
Choose a tag to compare

[Ko van der Sloot]
Maintenance release:

  • updated configure/build/test
  • typos in man pages corrected

[Maarten van Gompel]

  • Added codemeta.json

v3.3.1

08 Nov 11:18
Compare
Choose a tag to compare

Bug fix release:
A 3.2.17 tarball was released with the tag v3.3 which is confusing.
So we release it again as 3.3.1 with the correct tarball.

v3.3

07 Nov 17:43
Compare
Choose a tag to compare

Maintenance release

  • fixed a bug due tot uninitialized memory
  • code refactoring
  • added OPENMP safeguards
  • fixed statistics for Enriched format
  • fixed issue #3 (sending manifest to cerr not cout)