Skip to content

Commit 2d868c8

Browse files
committed
Add .pot
1 parent 4446bbf commit 2d868c8

15 files changed

+1212
-4
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __pycache__/
88

99
# Distribution / packaging
1010
.Python
11-
build/
11+
build/html
1212
develop-eggs/
1313
dist/
1414
downloads/
@@ -24,6 +24,8 @@ wheels/
2424
.installed.cfg
2525
*.egg
2626
MANIFEST
27+
*.doctree
28+
build/gettext/.doctrees/*
2729

2830
# PyInstaller
2931
# Usually these files are written by a python script from a template
@@ -48,8 +50,8 @@ coverage.xml
4850
.pytest_cache/
4951

5052
# Translations
51-
*.mo
52-
*.pot
53+
# *.mo
54+
# *.pot
5355

5456
# Django stuff:
5557
*.log

build/gettext/index.pot

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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/index.rst:10
20+
#: ../../source/index.rst:10
21+
msgid "Tutorials:"
22+
msgstr ""
23+
24+
#: ../../source/index.rst:7
25+
msgid "Welcome to PyThaiNLP Tutorials"
26+
msgstr ""
27+
28+
#: ../../source/index.rst:8
29+
msgid "PyThaiNLP is a Python library for Thai Natural Language Processing."
30+
msgstr ""
31+
32+
#: ../../source/index.rst:17
33+
msgid "`Apache Software License 2.0 <https://apache.org/licenses/LICENSE-2.0>`_"
34+
msgstr ""
35+
36+
#: ../../source/index.rst:19
37+
msgid "Maintained by the PyThaiNLP team."
38+
msgstr ""
39+
40+
#: ../../source/index.rst:21
41+
msgid "See source code of these tutorials at https://github.com/PyThaiNLP/tutorials"
42+
msgstr ""
43+
44+
#: ../../source/index.rst:22
45+
msgid "Main PyThaiNLP development at https://github.com/PyThaiNLP/pythainlp"
46+
msgstr ""
47+
48+
#: ../../source/index.rst:23
49+
msgid "PyThaiNLP website at https://pythainlp.github.io"
50+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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/Thai_Dependency_Parser.ipynb:11
20+
msgid "Interactive online version: :raw-html:`<a target=\"_blank\" href=\"https://mybinder.org/v2/gh/pythainlp/tutorials/master?filepath=source/notebooks/Thai_Dependency_Parser.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/Thai_Dependency_Parser.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/Thai_Dependency_Parser.ipynb:9
24+
msgid "Thai Dependency Parser"
25+
msgstr ""
26+
27+
#: ../../source/notebooks/Thai_Dependency_Parser.ipynb:11
28+
msgid "PyThaiNLP have not ``Thai Dependency Parser``. You can use Dependency Parser from spaCy-Thai."
29+
msgstr ""
30+
31+
#: ../../source/notebooks/Thai_Dependency_Parser.ipynb:13
32+
msgid "spaCy-Thai work with Universal Dependencies. `github.com/KoichiYasuoka/spaCy-Thai <https://github.com/KoichiYasuoka/spaCy-Thai>`__"
33+
msgstr ""
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
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 ""
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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/nlpo3ipynb.ipynb:11
20+
msgid "Interactive online version: :raw-html:`<a target=\"_blank\" href=\"https://mybinder.org/v2/gh/pythainlp/tutorials/master?filepath=source/notebooks/nlpo3ipynb.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/nlpo3ipynb.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/nlpo3ipynb.ipynb:9
24+
msgid "nlpO3"
25+
msgstr ""
26+
27+
#: ../../source/notebooks/nlpo3ipynb.ipynb:11
28+
msgid "Thai Natural Language Processing in Rust, with Python-binding."
29+
msgstr ""
30+
31+
#: ../../source/notebooks/nlpo3ipynb.ipynb:14
32+
msgid "Features"
33+
msgstr ""
34+
35+
#: ../../source/notebooks/nlpo3ipynb.ipynb:16
36+
msgid "newmm dictionary-based word tokenization, at ultra fast speed"
37+
msgstr ""
38+
39+
#: ../../source/notebooks/nlpo3ipynb.ipynb:17
40+
msgid "support custom dictionary"
41+
msgstr ""
42+
43+
#: ../../source/notebooks/nlpo3ipynb.ipynb:19
44+
msgid "GitHub: https://github.com/PyThaiNLP/nlpo3"
45+
msgstr ""
46+
47+
#: ../../source/notebooks/nlpo3ipynb.ipynb:31
48+
msgid "Install"
49+
msgstr ""
50+
51+
#: ../../source/notebooks/nlpo3ipynb.ipynb:79
52+
msgid "Using"
53+
msgstr ""
54+
55+
#: ../../source/notebooks/nlpo3ipynb.ipynb:91
56+
msgid "PyThaiNLP dictionary"
57+
msgstr ""
58+
59+
#: ../../source/notebooks/nlpo3ipynb.ipynb:147
60+
msgid "custom dictionary"
61+
msgstr ""
62+
63+
#: ../../source/notebooks/nlpo3ipynb.ipynb:149
64+
msgid "We try to use a thai countries dictionary for segment text."
65+
msgstr ""
66+
67+
#: ../../source/notebooks/nlpo3ipynb.ipynb:315
68+
msgid "for speed of word segmentation benchmark, you can read more at https://github.com/PyThaiNLP/nlpo3/blob/main/nlpo3-python/notebooks/nlpo3_segment_benchmarks.ipynb"
69+
msgstr ""
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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/pythainlp_chunk.ipynb:11
20+
msgid "Interactive online version: :raw-html:`<a target=\"_blank\" href=\"https://mybinder.org/v2/gh/pythainlp/tutorials/master?filepath=source/notebooks/pythainlp_chunk.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/pythainlp_chunk.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/pythainlp_chunk.ipynb:9
24+
msgid "Thai Chunk Parser"
25+
msgstr ""
26+
27+
#: ../../source/notebooks/pythainlp_chunk.ipynb:11
28+
msgid "In PyThaiNLP, We use chunk data from ORCHID++ corpus."
29+
msgstr ""
30+
31+
#: ../../source/notebooks/pythainlp_chunk.ipynb:13
32+
msgid "Read more: https://github.com/PyThaiNLP/pythainlp/pull/524"
33+
msgstr ""

0 commit comments

Comments
 (0)