fast-langdetect
fast-langdetect copied to clipboard
⚡️ 80x faster language detection with Fasttext | Split text by language for TTS
with https://github.com/aboSamoor/pycld2 checkout https://github.com/Mimino666/langdetect/issues/51#issuecomment-538574367
Hey, nice and useful project. While using it I noticed some minor annoyances though: - no obvious documentation that map the language abrevations to the language name in english (only...
Hi, We are considering using this package to perform some preprocessing, however from our initial test, we've faced the following mypy issue: `Mypy: Skipping analyzing "fast_langdetect": module is installed, but...
Currently, in `infer.py#class LangDetector#def _preprocess_text()`, a `"text too long"` warning is raised whenever the text exceeds 100 characters. In English or Korean, however, 100 characters often corresponds to only a...