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 16158ba commit d49f917Copy full SHA for d49f917
pythainlp/benchmarks/word_tokenization.py
@@ -65,7 +65,7 @@ def _flatten_result(my_dict: dict, sep: str = ":") -> dict:
65
return dict(items)
66
67
68
-def benchmark(ref_samples: List[str], samples: List[str]) -> pandas.DataFrame:
+def benchmark(ref_samples: List[str], samples: List[str]) -> pd.DataFrame:
69
"""
70
Performace benchmark of samples.
71
0 commit comments