timbl

TiMBL implements several memory-based learning algorithms.

GPL-3.0 License

Stars
46
Committers
7

Bot releases are visible (Hide)

timbl - v6.9 Latest Release

Published by kosloot 12 months ago

  • better code: const correctness etc.
timbl - v6.8.2

Published by kosloot over 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
timbl - v6.8.1

Published by kosloot almost 2 years ago

Ko van der Sloot]

  • fix for some odd distro issues
  • for now re-added 2 backward compatibility functions
timbl - v6.8

Published by kosloot almost 2 years 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
timbl - v6.7

Published by proycon about 2 years 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
timbl - v6.6

Published by kosloot almost 3 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
timbl - v6.5

Published by kosloot over 4 years ago

  • adapted to the newest TiCC::CommandLine implementation
  • small code refactorings
timbl - v6.4.14

Published by kosloot almost 5 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.
timbl - v6.4.13

Published by kosloot almost 6 years ago

  • added a '--limit' option to use only the most significant features.
timbl - v6.4.12

Published by kosloot over 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
timbl - v6.4.11

Published by kosloot almost 7 years ago

Bugfix release:

  • Fixed a major bug in similarity metric calculations. (Cosine and Dot product)
timbl - v6.4.10

Published by kosloot almost 7 years ago

  • allow for spaces in TABBED input (they are significant)
  • corrected some typos in messages and man page
  • minor code refactoring
timbl - v6.4.9

Published by kosloot over 7 years ago

[Ko van der Sloot]
Maintenance release:

  • removed unused/non-functional functions from the API
  • code refactoring. Mostly based on CPPCHECK static analyzer.
  • small bugs:
    -e options didn't always what you expected
  • added missing files in docs

[Maarten van Gompel]

  • updated README.md
timbl - v6.4.8

Published by kosloot over 8 years ago

Maintenance release:

  • code refactoring and improvement
  • relying more on ticcutils
  • fixed exit codes
  • accept long options: --version and --help
  • fix out-of-range problem in Sparse Format
timbl - v6.4.7

Published by kosloot almost 9 years ago

First release of Timbl from GIT

Package Rankings
Top 12.3% on Alpine-v3.18
Top 10.48% on Alpine-v3.16
Top 12.9% on Alpine-v3.17
Top 13.12% on Alpine-edge