Skip to content

Releases: Rabbit-Company/language-detector

v2.5.3

22 Apr 11:36

Choose a tag to compare

Update:

  • Improve disambiguation between Scandinavian languages

v2.5.2

22 Apr 08:47

Choose a tag to compare

Update:

  • Prefer es-419 over es-ES when weighted scores are the same

v2.5.1

22 Apr 07:42

Choose a tag to compare

Update:

  • Improve detection between spa_419 and spa_es

v2.5.0

21 Apr 11:19

Choose a tag to compare

Update:

  • Disable prefix matching for words smaller than 5 characters

v2.4.1

21 Apr 09:56

Choose a tag to compare

Update:

  • Improve detection between spa_es and spa_419

v2.4.0

17 Apr 10:37

Choose a tag to compare

Update:

  • Improve dialog extraction from ass subtitles
  • Implement --dump-text flag for easier debugging

v2.3.0

15 Apr 04:30

Choose a tag to compare

Update:

  • Improve detection between Spanish (Latin America) and Spanish (Spain)

v2.2.0

14 Apr 14:23

Choose a tag to compare

Update:

  • Improve text extraction from subtitles

v2.1.0

10 Apr 19:36

Choose a tag to compare

Update:

  • Improve Thai detection
  • Improve separation between Indonesian and Malay

v2.0.0

10 Apr 14:22

Choose a tag to compare

Updated:

  • Add two‑pass scoring: common_words for language identification,
    weighted_words for 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 tabled crate