fstalign-1.6.0
Adjust precision-recall calculation for ngrams.
Previously, we chose to ignore grams in the calculation that were not in the reference. The new behavior will consider them. Note that this changes the schema slightly for the JSON Log output.
What's Changed
- FSTALIGN-47: update precision/recall calculation by @nishchalb in #26
- FSTALIGN-47: Update schema for PR result by @nishchalb in #27
Full Changelog: 1.5.0...1.6.0