All Versions
23
Latest Version
Avg Release Cycle
62 days
Latest Release
2586 days ago

Changelog History
Page 3

  • v1.2 Changes

    ๐Ÿ†• New features

    • demo application for CRF-based POS tagging
    • nearest_centroid classifier
    • basic statistics library for representing relevant probability distributions
    • ๐Ÿ“œ sparse_vector utility class

    โœจ Enhancements

    • ngram_pos_analyzer now uses the CRf internally (see issue #46)
    • ๐Ÿ‘ knn classifier new supports weighted knn
    • filesystem::copy_file() no longer hangs without progress reporting with large files
    • ๐Ÿ‘ท CMake build system now includes INTERFACE targets (better inclusion as a subproject in external projects)
    • ๐Ÿ‘ MeTA can now (optionally) be built with C++14 support

    ๐Ÿ› Bug fixes

    • language_model_ranker scoring function corrected (see issue #50)
    • naive_bayes classifier scoring corrected
    • several incorrect instances of numeric_limits<double>::min() replaced with the intended numeric_limits<double>::lowest()
    • ๐Ÿ›  fix compilation with versions of ICU < 4.4
  • v1.1 Changes

    ๐Ÿ”„ Changes

    • sequence analyzer and CRF implementation
    • basic language model
    • basic directed and undirected graphs
    • restructure CMakeLists
  • v1.0 Changes

    • ๐ŸŽ‰ Initial release.

    ๐Ÿš€ [unreleased]: https://github.com/meta-toolkit/meta/compare/v3.0.2...develop