|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2019, PyThaiNLP |
| 3 | +# This file is distributed under the same license as the pythainlp-tutorials package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: pythainlp-tutorials \n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2022-04-27 01:01+0700\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | +"Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 | +"MIME-Version: 1.0\n" |
| 16 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding: 8bit\n" |
| 18 | + |
| 19 | +#: ../../source/notebooks/machine_translation.ipynb:11 |
| 20 | +msgid "Interactive online version: :raw-html:`<a target=\"_blank\" href=\"https://mybinder.org/v2/gh/pythainlp/tutorials/master?filepath=source/notebooks/machine_translation.ipynb\"><img alt=\"Binder badge\" src=\"https://mybinder.org/badge_logo.svg\" style=\"vertical-align:text-bottom\"></a>` :raw-html:`<a target=\"_blank\" href=\"https://colab.research.google.com/github/PyThaiNLP/tutorials/blob/master/source/notebooks/machine_translation.ipynb\"><img alt=\"Google Colab badge\" src=\"https://colab.research.google.com/assets/colab-badge.svg\" style=\"vertical-align:text-bottom\"></a>`" |
| 21 | +msgstr "" |
| 22 | + |
| 23 | +#: ../../source/notebooks/machine_translation.ipynb:9 |
| 24 | +msgid "PyThaiNLP Translate" |
| 25 | +msgstr "" |
| 26 | + |
| 27 | +#: ../../source/notebooks/machine_translation.ipynb:20 |
| 28 | +msgid "We used machine translation model from `The VISTEC-depa Thailand Artificial Intelligence Research Institute <https://airesearch.in.th/releases/machine-translation-models/>`__." |
| 29 | +msgstr "" |
| 30 | + |
| 31 | +#: ../../source/notebooks/machine_translation.ipynb:32 |
| 32 | +msgid "Install" |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +#: ../../source/notebooks/machine_translation.ipynb:334 |
| 36 | +msgid "**All download and install model**" |
| 37 | +msgstr "" |
| 38 | + |
| 39 | +#: ../../source/notebooks/machine_translation.ipynb:469 |
| 40 | +msgid "Translate" |
| 41 | +msgstr "" |
| 42 | + |
| 43 | +#: ../../source/notebooks/machine_translation.ipynb:481 |
| 44 | +msgid "Import" |
| 45 | +msgstr "" |
| 46 | + |
| 47 | +#: ../../source/notebooks/machine_translation.ipynb:502 |
| 48 | +msgid "``EnThTranslator/ThEnTranslator.translate(text)``" |
| 49 | +msgstr "" |
| 50 | + |
| 51 | +#: ../../source/notebooks/machine_translation.ipynb:504 |
| 52 | +msgid "text : text" |
| 53 | +msgstr "" |
| 54 | + |
| 55 | +#: ../../source/notebooks/machine_translation.ipynb:507 |
| 56 | +msgid "List language" |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +#: ../../source/notebooks/machine_translation.ipynb:509 |
| 60 | +msgid "``th`` is Thai language" |
| 61 | +msgstr "" |
| 62 | + |
| 63 | +#: ../../source/notebooks/machine_translation.ipynb:510 |
| 64 | +msgid "``en`` is English language" |
| 65 | +msgstr "" |
| 66 | + |
| 67 | +#: ../../source/notebooks/machine_translation.ipynb:522 |
| 68 | +msgid "English to Thai" |
| 69 | +msgstr "" |
| 70 | + |
| 71 | +#: ../../source/notebooks/machine_translation.ipynb:533 |
| 72 | +msgid "We have 1 model" |
| 73 | +msgstr "" |
| 74 | + |
| 75 | +#: ../../source/notebooks/machine_translation.ipynb:535 |
| 76 | +#: ../../source/notebooks/machine_translation.ipynb:584 |
| 77 | +msgid "``scb_1m_en-th_moses`` - ``bpe`` tokenizer" |
| 78 | +msgstr "" |
| 79 | + |
| 80 | +#: ../../source/notebooks/machine_translation.ipynb:580 |
| 81 | +msgid "Thai to English" |
| 82 | +msgstr "" |
| 83 | + |
| 84 | +#: ../../source/notebooks/machine_translation.ipynb:582 |
| 85 | +msgid "We have 2 model" |
| 86 | +msgstr "" |
0 commit comments