chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:18 +08:00
commit 1fad2ccf05
698 changed files with 81751 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.. _api/configurable:
configurable
====================
.. autoclass:: hanlp_common.configurable.Configurable
:members:
.. autoclass:: hanlp_common.configurable.AutoConfigurable
:members:
+14
View File
@@ -0,0 +1,14 @@
.. _api/conll:
conll
====================
.. autoclass:: hanlp_common.conll.CoNLLWord
:members:
.. autoclass:: hanlp_common.conll.CoNLLUWord
:members:
.. autoclass:: hanlp_common.conll.CoNLLSentence
:members:
+6
View File
@@ -0,0 +1,6 @@
constant
====================
.. automodule:: hanlp_common.constant
:members:
+9
View File
@@ -0,0 +1,9 @@
.. _api/document:
document
====================
.. currentmodule:: hanlp_common
.. autoclass:: hanlp_common.document.Document
:members:
+11
View File
@@ -0,0 +1,11 @@
# hanlp_common
Common APIs shared between `hanlp` and `restful`.
```{toctree}
document
conll
configurable
constant
```