Releases: shenxiangzhuang/bleuscore
Releases · shenxiangzhuang/bleuscore
0.1.4
What's Changed
- refactor(crates): seperate core impl and binding by @shenxiangzhuang in #76
- feat(js): add js/wasm binding by @shenxiangzhuang in #77
New Contributors
- @dependabot made their first contribution in #55
Full Changelog: 0.1.3...0.1.4
0.1.3
[0.1.3] - 2024-05-27
Fixed
ngram
bench use counter lib's function rather than the truly used function.
Changed
- Use AHash in ngram module
0.1.2
0.1.1
[0.1.1] - 2024-04-26
Changed
- Upgrade
cached
version to0.50.0
Change crate-type to["cdylib", "rlib"]
0.1.0
[0.1.0] - 2024-04-23
- BLEU score calculation with
Tokenizer13a
as default tokenizer.