Skip to content

Instantly share code, notes, and snippets.

@davidmezzetti
Created April 13, 2021 17:57
Show Gist options
  • Save davidmezzetti/b05b49c1fd21f6cac3cf463552c889da to your computer and use it in GitHub Desktop.
Save davidmezzetti/b05b49c1fd21f6cac3cf463552c889da to your computer and use it in GitHub Desktop.
from txtai.pipeline import Translation
# Create translation model
translate = Translation()
translate("This is a test translation into Spanish", "es")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment