chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.. _api/configurable:
|
||||
|
||||
configurable
|
||||
====================
|
||||
|
||||
|
||||
.. autoclass:: hanlp_common.configurable.Configurable
|
||||
:members:
|
||||
|
||||
.. autoclass:: hanlp_common.configurable.AutoConfigurable
|
||||
:members:
|
||||
@@ -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:
|
||||
@@ -0,0 +1,6 @@
|
||||
constant
|
||||
====================
|
||||
|
||||
|
||||
.. automodule:: hanlp_common.constant
|
||||
:members:
|
||||
@@ -0,0 +1,9 @@
|
||||
.. _api/document:
|
||||
|
||||
document
|
||||
====================
|
||||
|
||||
.. currentmodule:: hanlp_common
|
||||
|
||||
.. autoclass:: hanlp_common.document.Document
|
||||
:members:
|
||||
@@ -0,0 +1,11 @@
|
||||
# hanlp_common
|
||||
|
||||
Common APIs shared between `hanlp` and `restful`.
|
||||
|
||||
```{toctree}
|
||||
document
|
||||
conll
|
||||
configurable
|
||||
constant
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user