Skip to content

Commit 9917fc9

Browse files
1 parent 09e5bfc commit 9917fc9

File tree

104 files changed

+856
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+856
-289
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0cfc650f0c6e5a1a56bb23f4dc0b1896
3+
config: 11dd14d57ebaf5a3670ca39043d3731f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_modules/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>Overview: module code &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../_static/js/theme.js"></script>
@@ -161,6 +161,7 @@ <h1>All modules for which code is available</h1>
161161
<li><a href="pythainlp/util/strftime.html">pythainlp.util.strftime</a></li>
162162
<li><a href="pythainlp/util/syllable.html">pythainlp.util.syllable</a></li>
163163
<li><a href="pythainlp/util/thai.html">pythainlp.util.thai</a></li>
164+
<li><a href="pythainlp/util/thai_lunar_date.html">pythainlp.util.thai_lunar_date</a></li>
164165
<li><a href="pythainlp/util/time.html">pythainlp.util.time</a></li>
165166
<li><a href="pythainlp/util/trie.html">pythainlp.util.trie</a></li>
166167
<li><a href="pythainlp/util/wordtonum.html">pythainlp.util.wordtonum</a></li>

_modules/pythainlp/ancient/aksonhan.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.ancient.aksonhan &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.ancient.aksonhan &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,7 +107,9 @@
107107
<h1>Source code for pythainlp.ancient.aksonhan</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
112+
111113
<span class="kn">from</span> <span class="nn">pythainlp</span> <span class="kn">import</span> <span class="n">thai_consonants</span><span class="p">,</span> <span class="n">thai_tonemarks</span>
112114
<span class="kn">from</span> <span class="nn">pythainlp.corpus</span> <span class="kn">import</span> <span class="n">thai_orst_words</span>
113115
<span class="kn">from</span> <span class="nn">pythainlp.tokenize</span> <span class="kn">import</span> <span class="n">Tokenizer</span>

_modules/pythainlp/coref/core.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.coref.core &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.coref.core &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.coref.core</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">List</span>
112113

_modules/pythainlp/corpus/common.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.common &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.common &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.corpus.common</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112

112113
<span class="sd">&quot;&quot;&quot;</span>
@@ -499,6 +500,7 @@ <h1>Source code for pythainlp.corpus.common</h1><div class="highlight"><pre>
499500
<span class="n">warn_deprecation</span><span class="p">(</span>
500501
<span class="s2">&quot;pythainlp.corpus.thai_synonym&quot;</span><span class="p">,</span>
501502
<span class="s2">&quot;pythainlp.corpus.thai_synonyms&quot;</span><span class="p">,</span>
503+
<span class="s2">&quot;5.1&quot;</span><span class="p">,</span>
502504
<span class="s2">&quot;5.2&quot;</span><span class="p">,</span>
503505
<span class="p">)</span>
504506
<span class="k">return</span> <span class="n">thai_synonyms</span><span class="p">()</span>

_modules/pythainlp/corpus/conceptnet.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.conceptnet &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.conceptnet &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.corpus.conceptnet</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112
<span class="sd">&quot;&quot;&quot;</span>
112113
<span class="sd">Get data from ConceptNet API at http://conceptnet.io</span>

_modules/pythainlp/corpus/core.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.core &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.core &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.corpus.core</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112
<span class="sd">&quot;&quot;&quot;</span>
112113
<span class="sd">Corpus related functions.</span>

_modules/pythainlp/corpus/oscar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.oscar &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.oscar &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.corpus.oscar</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112
<span class="sd">&quot;&quot;&quot;</span>
112113
<span class="sd">Thai unigram word frequency from OSCAR Corpus (words tokenized using ICU)</span>

_modules/pythainlp/corpus/th_en_translit.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.th_en_translit &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.th_en_translit &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>
@@ -107,6 +107,7 @@
107107
<h1>Source code for pythainlp.corpus.th_en_translit</h1><div class="highlight"><pre>
108108
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
109109
<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span>
110+
<span class="c1"># SPDX-FileType: SOURCE</span>
110111
<span class="c1"># SPDX-License-Identifier: Apache-2.0</span>
111112
<span class="sd">&quot;&quot;&quot;</span>
112113
<span class="sd">Thai-English Transliteration Dictionary v1.4</span>

_modules/pythainlp/corpus/tnc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>pythainlp.corpus.tnc &mdash; PyThaiNLP 630b355 documentation</title>
8+
<title>pythainlp.corpus.tnc &mdash; PyThaiNLP 6445b5d documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" />
1212

1313

1414
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1515
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="../../../_static/documentation_options.js?v=0d9daea1"></script>
16+
<script src="../../../_static/documentation_options.js?v=f9b9a23c"></script>
1717
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
1818
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="../../../_static/js/theme.js"></script>

0 commit comments

Comments
 (0)