Skip to content

v1.0.1 - Bugfix

Compare
Choose a tag to compare
@nreimers nreimers released this 27 Jan 19:30
· 51 commits to main since this release

fastText language detection did not work well if the text was in UPPERCASE.

Adding lower() to the string before the language identification step significantly improved the performance.