============= Translation ============= AutoNLU performs translations on premise on your CPU/GPU and not on a cloud service! Note that the translation capability of AutoNLU is mainly intended to translate data for training and prediction. The translations overall do not reach a quality which can be achieved with e.g. Google Translate or DeepL. .. toctree:: :maxdepth: 2 translator_supported_languages ---------- Translator ---------- .. autoclass:: autonlu.Translator :members: translate, create_dictionaries ------------------ Helper Functions ------------------ .. autofunction:: autonlu.load_csv_dictionary .. autofunction:: autonlu.save_csv_dictionary .. autofunction:: autonlu.translate_dataset