All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
ngram
bench use counter lib's function rather than the truly used function.
- Use AHash in ngram module
- Implement ngram counts with a better way (#33)
- Rust
compute_score
function signature changed to use references (#34) - Use rayon to run every prediction-references statistics calculation parallely (#38)
- Use ahash for better performance (#39)
- Upgrade
cached
version to0.50.0
Change crate-type to["cdylib", "rlib"]
- BLEU score calculation with
Tokenizer13a
as default tokenizer.