Add comprehensive tests for BLEU and lexical metrics including edge cases, batch scoring, and aggregate statistics.
2 lines
36 B
Python
2 lines
36 B
Python
"""Tests for the metrics module."""
|