Files
2026-07-13 12:37:18 +08:00

50 lines
914 B
Markdown

# resources
## CoNLL 2003
```{eval-rst}
.. automodule:: hanlp.datasets.ner.conll03
:members:
```
## MSRA
```{eval-rst}
.. automodule:: hanlp.datasets.ner.msra
:members:
```
## OntoNotes5
```{eval-rst}
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_CHINESE_TRAIN
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_CHINESE_DEV
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_CHINESE_TEST
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_NER_CHINESE_TRAIN
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_NER_CHINESE_DEV
.. autodata:: hanlp.datasets.srl.ontonotes5.chinese.ONTONOTES5_CONLL12_NER_CHINESE_TEST
```
## Resume
```{eval-rst}
.. automodule:: hanlp.datasets.ner.resume
:members:
```
## Weibo
```{eval-rst}
.. automodule:: hanlp.datasets.ner.weibo
:members:
```