You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ langprob("这是一个测试。", topk=3)
42
42
```
43
43
# Benchmark
44
44
45
-
We tested three language identification packages: `LanguageIdentification.jl`, `Languages.jl`, and `LanguageDetect.jl` on a hold-out test set. The test set was sourced from `tatoeba` and `wikipedia` and comprised of the 50 languages supported by this package.
45
+
We tested three language identification packages: `LanguageIdentification.jl`, [`Languages.jl`](https://github.com/JuliaText/Languages.jl), and [`LanguageDetect.jl`](https://github.com/SeanLee97/LanguageDetect.jl) on a hold-out test set. The test set was sourced from [`tatoeba`](https://tatoeba.org) and [`wikipedia`](https://www.wikipedia.org/) and comprised of the 50 languages supported by this package.
0 commit comments