|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | | - <title>pythainlp.corpus.common — PyThaiNLP 630b355 documentation</title> |
| 8 | + <title>pythainlp.corpus.common — PyThaiNLP 6445b5d documentation</title> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=e59714d7" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../_static/style.css?v=eea1f72d" /> |
12 | 12 |
|
13 | 13 |
|
14 | 14 | <script src="../../../_static/jquery.js?v=5d32c60e"></script> |
15 | 15 | <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> |
17 | 17 | <script src="../../../_static/doctools.js?v=9bcbadda"></script> |
18 | 18 | <script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script> |
19 | 19 | <script src="../../../_static/js/theme.js"></script> |
|
107 | 107 | <h1>Source code for pythainlp.corpus.common</h1><div class="highlight"><pre> |
108 | 108 | <span></span><span class="c1"># -*- coding: utf-8 -*-</span> |
109 | 109 | <span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span> |
| 110 | +<span class="c1"># SPDX-FileType: SOURCE</span> |
110 | 111 | <span class="c1"># SPDX-License-Identifier: Apache-2.0</span> |
111 | 112 |
|
112 | 113 | <span class="sd">"""</span> |
@@ -499,6 +500,7 @@ <h1>Source code for pythainlp.corpus.common</h1><div class="highlight"><pre> |
499 | 500 | <span class="n">warn_deprecation</span><span class="p">(</span> |
500 | 501 | <span class="s2">"pythainlp.corpus.thai_synonym"</span><span class="p">,</span> |
501 | 502 | <span class="s2">"pythainlp.corpus.thai_synonyms"</span><span class="p">,</span> |
| 503 | + <span class="s2">"5.1"</span><span class="p">,</span> |
502 | 504 | <span class="s2">"5.2"</span><span class="p">,</span> |
503 | 505 | <span class="p">)</span> |
504 | 506 | <span class="k">return</span> <span class="n">thai_synonyms</span><span class="p">()</span> |
|
0 commit comments