Timbl Versions Save

TiMBL implements several memory-based learning algorithms.

v6.9

6 months ago
  • better code: const correctness etc.

v6.8.2

1 year ago

[Ko van der Sloot]

  • plugged a memory leak
  • C++ code quality improved
  • removed dependency on deprecated sprintf function
  • removed dependency on libtar

v6.8.1

1 year ago

Ko van der Sloot]

  • fix for some odd distro issues
  • for now re-added 2 backward compatibility functions

v6.8

1 year ago

[Ko van der Sloot]

  • major code refactoring
    • BREAKS API and ABI
    • library bumped
    • getting rid of a lot of pointers and C-style arrays
    • removed C-style casts
    • Unicode is the default now for most functions. Some 'string' functions are still available in the API.
    • In general modernizing to C++11
    • weeded out CppCheck warnings
  • improved GitHub action

v6.7

1 year ago

[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

v6.6

2 years ago
  • Internally we use NFC normalized UnicodeString's now. Timbl should be robust for UTF8 files, even exotic languages.
  • added some Unicode fuctions to the API
  • bumped library version
  • several code refactorings
  • added the possibility to use the options -f and -i, without -t

v6.5

4 years ago
  • adapted to the newest TiCC::CommandLine implementation
  • small code refactorings

v6.4.14

4 years ago
  • added JSON support. Still EXPERIMENTAL! the JSON syntax might change in the future. So handle with care.
  • confidence score calculation is now a real TimblExperiment member
  • removed Boost dependency.

v6.4.13

5 years ago
  • added a '--limit' option to use only the most significant features.

v6.4.12

6 years ago

[Ko van der Sloot] Bugfix release:

  • updated usage(). Info on -G 2 option was wrong.
  • changed an error message to be more clear.
  • fixed building of the TeX documentation

[Maarten van Gompel]

  • Added codemeta.json metadata