MeTA v3.0.2 Release Notes
Release Date: 2017-08-20 // over 7 years ago-
๐ Bug fixes
- Fix issues using
MAKE_NUMERIC_IDENTIFIER
instead ofMAKE_NUMERIC_IDENTIFIER_UDL
on GCC 7.1.1. - ๐ Work around (what we assume is) a bug on MSYS2 where
cmake
would link in additional exception handling libraries that would cause a crash during indexing by building themman-win32
library as shared. - โ Silence fallthrough warnings on Clang from
murmur_hash
.
Model File Checksums (sha256)
d29bf8b4cbeef21db087cf8042efe5afe25c7bd3c460997728d58b92c24ec283 beam-search-constituency-parser-4.tar.gz ce44c7d96a8339ff4b597f35a35534ccf93ab99b7d45cbbdddffe7e362b9c20e crf.tar.gz 672b10c398c1a193ba91dc8c0493d729ad3f73d9192ef33100baeb8afd4f5cde gigaword-embeddings-50d.tar.gz 40cd87901eb29b69e57e4bca14bc2539d7d6b4ad5c186d6f3b1532a60c5163b0 greedy-constituency-parser.tar.gz a0a3814c1f82780f1296d600eba260f474420aa2d93f000e390c71a0ddac42d9 greedy-perceptron-tagger.tar.gz
- Fix issues using
Previous changes from v3.0.1
-
๐ New features
- โ Add an optional
xz{i,o}fstream
tometa::io
if compiled with liblzma available. util::disk_vector<const T>
can now be used to specify a read-only view of a disk-backed vector.
๐ Bug fixes
- ๐จ
ir_eval::print_stats
now takes anum_docs
parameter to properly display evaluation metrics at a certain cutoff point, which was always 5 beforehand. This fixes a bug inquery-runner
where the stats were not being computed according to the cutoff point specified in the configuration. ir_eval::avg_p
now correctly stops computing afternum_docs
. Before, if you specifiednum_docs
as a smaller value than the size of the result list, it would erroneously keep calculating until the end of the result list instead of stopping afternum_docs
elements.{inverted,forward}_index
can now be loaded from read-only filesystems.
Model File Checksums (sha256)
d29bf8b4cbeef21db087cf8042efe5afe25c7bd3c460997728d58b92c24ec283 beam-search-constituency-parser-4.tar.gz ce44c7d96a8339ff4b597f35a35534ccf93ab99b7d45cbbdddffe7e362b9c20e crf.tar.gz 672b10c398c1a193ba91dc8c0493d729ad3f73d9192ef33100baeb8afd4f5cde gigaword-embeddings-50d.tar.gz 40cd87901eb29b69e57e4bca14bc2539d7d6b4ad5c186d6f3b1532a60c5163b0 greedy-constituency-parser.tar.gz a0a3814c1f82780f1296d600eba260f474420aa2d93f000e390c71a0ddac42d9 greedy-perceptron-tagger.tar.gz
- โ Add an optional