All Versions
23
Latest Version
Avg Release Cycle
62 days
Latest Release
2231 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