ovos-translate-server-plugin

OVOS translation module for self hosted plugins


License
Apache-2.0
Install
pip install ovos-translate-server-plugin==0.0.1a3

Documentation

Language Plugin for ovos translate server

Usage

OVOS

The plugin is used in a wider context to translate utterances/texts on demand (e.g. from solvers and ovos-bidirectional-translation-plugin)

add this to one of the configuration files (eg ~./config/mycroft/mycroft.conf)

"language": {
    "detection_module": "ovos-lang-detector-plugin-server",
    "translation_module": "ovos-translate-plugin-server",
    "ovos-lang-detector-plugin-server": {
        "host": "http://24.199.127.142:9686"
    },
    "ovos-translate-plugin-server": {
        "host": "http://24.199.127.142:9686"
    }
}