Metadata-Version: 2.4
Name: ovos-lang-detector-fasttext-plugin
Version: 0.1.3a3
Summary: average plugin classifications for language detection
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-lang-detector-fasttext-plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fasttext
Requires-Dist: huggingface_hub
Requires-Dist: langcodes
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0
Provides-Extra: test
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Dynamic: license-file

# FastText Language Identification

[fasttext-language-identification](https://huggingface.co/facebook/fasttext-language-identification) is the companion language detector for the [NLLB](https://github.com/facebookresearch/fairseq/blob/nllb/README.md#lid-model) model


## Configuration

in `mycroft.conf` 

```javascript
  "language": {
    "detection_module": "ovos-lang-detector-fasttext-plugin"
  },
```
