tiny-lang-detect

Generate tiny models for language detection  https://p.ce9e.org/tiny-lang-detect/demo/
git clone https://git.ce9e.org/tiny-lang-detect.git

commit
1698810e8a923192a8f15347644155f7a39eafe5
parent
7ce818b79da3ba429b8c3f176271cd51997124e1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-11-08 08:14
README: typos

Diffstat

M README.md 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/README.md b/README.md

@@ -43,8 +43,8 @@ def classify(model, text):
   43    43 
   44    44 ## An even simpler classifier
   45    45 
   46    -1 To take this idea to the exteme, you could reduce the model to the single most
   47    -1 siginificant n-gram:
   -1    46 To take this idea to the extreme, you could reduce the model to the single most
   -1    47 significant n-gram:
   48    48 
   49    49 ```py
   50    50 def classify(text):