graphai.core.translation.translation module

graphai.core.translation.translation.translate_text(text, src, tgt, translation_obj, skip_sentence_segmentation=False)
graphai.core.translation.translation.translate_text_callback(results, token, text, src, tgt, force=False)
graphai.core.translation.translation.translate_text_return_list_callback(results, return_list=False)
graphai.core.translation.translation.compute_translation_text_fingerprint_callback(results, text, src, tgt)
graphai.core.translation.translation.cache_lookup_translation_text_using_fingerprint(token, fp, src, tgt, return_list)
graphai.core.translation.translation.cache_lookup_translate_text(token, return_list)
graphai.core.translation.translation.detect_language_translation(text)