We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dc8bc commit 4310e5bCopy full SHA for 4310e5b
tests/test_rapidfuzz.py
@@ -1,5 +1,7 @@
1
import unittest
2
3
+# needed for the Word Error Rate metric:
4
+# competitions/metrics/python/deployed_metrics/general_use_metrics/word_error_rate.py
5
import rapidfuzz
6
7
class TestRapidfuzz(unittest.TestCase):
0 commit comments