|
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.coref.core — PyThaiNLP b06dbee documentation</title> |
| 8 | + <title>pythainlp.coref.core — PyThaiNLP f375092 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=1260dab2"></script> |
| 16 | + <script src="../../../_static/documentation_options.js?v=e7d95363"></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 |
|
108 | 108 | <h1>Source code for pythainlp.coref.core</h1><div class="highlight"><pre> |
109 | 109 | <span></span><span class="c1"># -*- coding: utf-8 -*-</span> |
110 | | -<span class="c1"># SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project</span> |
| 110 | +<span class="c1"># SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project</span> |
111 | 111 | <span class="c1"># SPDX-FileType: SOURCE</span> |
112 | 112 | <span class="c1"># SPDX-License-Identifier: Apache-2.0</span> |
113 | 113 | <span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">List</span> |
@@ -176,7 +176,7 @@ <h1>Source code for pythainlp.coref.core</h1><div class="highlight"><pre> |
176 | 176 | <hr/> |
177 | 177 |
|
178 | 178 | <div role="contentinfo"> |
179 | | - <p>© Copyright 2017-2024, PyThaiNLP (Apache Software License 2.0).</p> |
| 179 | + <p>© Copyright 2017-2025, PyThaiNLP (Apache Software License 2.0).</p> |
180 | 180 | </div> |
181 | 181 |
|
182 | 182 | Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a |
|
0 commit comments