File size: 408 Bytes
aa30435 |
1 2 3 4 5 6 7 8 9 |
# chinese-lexical-normalization
This dataset contains informal-formal-explanation triples from the [chinese-lexical-normalization dataset](https://github.com/tiantian002/chinese-lexical-normalization). Note that there are duplicate informal-formal pairs due to multiple explanations.
Example usage:
```
from datasets import load_dataset
dataset = load_dataset("larrylawl/chinese-lexical-normalization")
``` |