Skip to content

Commit df50738

Browse files
📝 Comment on benchmark with stanza
1 parent e2bf3db commit df50738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/stanza_benchmark.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ def stanza_english_benchmark(golden_rules):
2424
print(f'{stanza.__name__} - v{stanza.__version__}')
2525
print(f'GRS score: {percent_score:0.2f}%')
2626
print(f'Speed: {time_taken*1000:>10.2f} ms')
27-
stanza - v1.0.1
28-
GRS score: 72.92%
29-
Speed: 109839.63 ms
27+
# stanza - v1.0.1
28+
# GRS score: 72.92%
29+
# Speed: 109839.63 ms

0 commit comments

Comments
 (0)