All Versions
23
Latest Version
Avg Release Cycle
62 days
Latest Release
2586 days ago
Changelog History
Page 3
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 intendednumeric_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