76 lines
996 B
Markdown
76 lines
996 B
Markdown
# resources
|
|
|
|
## sighan2005
|
|
|
|
[The Second International Chinese Word Segmentation Bakeoff](http://sighan.cs.uchicago.edu/bakeoff2005/) took place over the summer of 2005.
|
|
|
|
### pku
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.tokenization.sighan2005.pku
|
|
:members:
|
|
|
|
```
|
|
|
|
### msr
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.tokenization.sighan2005.msr
|
|
:members:
|
|
|
|
```
|
|
|
|
### as
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.tokenization.sighan2005.as_
|
|
:members:
|
|
|
|
```
|
|
|
|
### cityu
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.tokenization.sighan2005.cityu
|
|
:members:
|
|
|
|
```
|
|
|
|
## CTB6
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.tokenization.ctb6
|
|
:members:
|
|
|
|
```
|
|
|
|
## CTB8
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.parsing.ctb8
|
|
|
|
.. autodata:: CTB8_CWS_TRAIN
|
|
.. autodata:: CTB8_CWS_DEV
|
|
.. autodata:: CTB8_CWS_TEST
|
|
|
|
```
|
|
|
|
## CTB9
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. automodule:: hanlp.datasets.parsing.ctb9
|
|
|
|
.. autodata:: CTB9_CWS_TRAIN
|
|
.. autodata:: CTB9_CWS_DEV
|
|
.. autodata:: CTB9_CWS_TEST
|
|
|
|
``` |