Advertisement
Guest User

Untitled

a guest
Apr 16th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. UrlListOfSentences = 'https://tatoeba.org/eng/favorites/of_user/aleksandraeska' # basic url with the list of the sentences (if there are many pages they will be processed page by page)
  2. getAudio = True # True if we grab audio if sentences in a source language have it
  3. getTags = True # True if we copy the tags if they exist
  4. getAutor = True # True if we want to know who is the author (will appear as an extra tag)
  5. srclang = ["ca"] # languages of source sentences (may be 1 or more that will appear on the question field). This should be 2-letter code ISO 639-1 https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
  6. audio3letterslangcodes = ["cat"] # these codes are used in Tatoeba's url when you browse audio by language, e.g. cmn for Chinese in https://tatoeba.org/eng/sentences/with_audio/cmn
  7. targetlang = "es" # target language code (will be on the answer's fiels)
  8. copymediafilestoankifolder = True # if true you should manually set your anki media folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement