fast-langdetect icon indicating copy to clipboard operation
fast-langdetect copied to clipboard

⚡️ 80x faster language detection with Fasttext | Split text by language for TTS

Results 4 fast-langdetect issues
Sort by recently updated
recently updated
newest added

with https://github.com/aboSamoor/pycld2 checkout https://github.com/Mimino666/langdetect/issues/51#issuecomment-538574367

enhancement

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...

enhancement

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...