Language Detection/Translation Plugins
These plugins can be used to detect the language of text and to translate it
They are used internally by Universal Skills and integrated with external tools such as solvers
List of Language plugins
Plugin | Detect | Tx | Offline | Type |
---|---|---|---|---|
ovos-translate-plugin-server | ✔️ | ✔️ | ❌ | API (self hosted) |
ovos-translate-plugin-nllb | ❌️ | ✔️ | ✔️ | FOSS |
ovos-lang-detector-fasttext-plugin | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detect-ngram-lm | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-lingua-podre | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-voter | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-cld2 | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-cld3 | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-fastlang | ✔️ | ❌ | ✔️ | FOSS |
ovos-lang-detector-plugin-langdetect | ✔️ | ❌ | ✔️ | FOSS |
ovos-google-translate-plugin | ✔️ | ✔️ | ❌ | API (free) |
neon-lang-plugin-libretranslate | ✔️ | ✔️ | ❌ | API (self hosted) |
neon-lang-plugin-amazon_translate | ✔️ | ✔️ | ❌ | API (key) |
Standalone Usage
TODO
Plugin Template
TODO