Releases: Rabbit-Company/language-detector
Releases · Rabbit-Company/language-detector
v2.5.3
v2.5.2
Update:
- Prefer es-419 over es-ES when weighted scores are the same
v2.5.1
Update:
- Improve detection between
spa_419andspa_es
v2.5.0
Update:
- Disable prefix matching for words smaller than 5 characters
v2.4.1
Update:
- Improve detection between
spa_esandspa_419
v2.4.0
Update:
- Improve dialog extraction from ass subtitles
- Implement
--dump-textflag for easier debugging
v2.3.0
Update:
- Improve detection between Spanish (Latin America) and Spanish (Spain)
v2.2.0
Update:
- Improve text extraction from subtitles
v2.1.0
Update:
- Improve
Thaidetection - Improve separation between
IndonesianandMalay
v2.0.0
Updated:
- Add two‑pass scoring:
common_wordsfor language identification,
weighted_wordsfor variant disambiguation (e.g., es‑419 vs es‑ES) - Add
--debug <LANG>flag to display detailed token‑match reports - Replace hand‑rolled table rendering with
tabledcrate