28 lines
400 B
Markdown
28 lines
400 B
Markdown
# pretrained
|
|
|
|
```{eval-rst}
|
|
NLP components grouped by tasks. For each task, we provide at least one :class:`~hanlp.common.component.Component`
|
|
compatible class and several pretrained models. Each of them is stored in a Python constant which can be fetched
|
|
using :meth:`hanlp.load`.
|
|
```
|
|
|
|
```{toctree}
|
|
mtl
|
|
eos
|
|
tok
|
|
pos
|
|
ner
|
|
dep
|
|
constituency
|
|
srl
|
|
sdp
|
|
amr
|
|
amr2text
|
|
sts
|
|
word2vec
|
|
glove
|
|
fasttext
|
|
mlm
|
|
```
|
|
|