#82 · Primary category: NLP Tools & Text Processing

Rasa_NLU_Chi

chatbot chinese natural-language

Turn Chinese natural language into structured data 中文自然语言理解

Project last updated:07/30/24

GitHub Stars

1.5K

Forks

416

Contributors

99

License

Apache-2.0

Why we included this project

For teams building Chinese-language assistants, this fork of Rasa NLU provides working pipelines that combine MITIE and Jieba tokenization, with an optional scikit-learn intent classifier. The project includes a pretrained word-feature extractor trained on Chinese Wikipedia and Baidu Baike, plus demo training data, so you can test intent and entity extraction right away. When your chatbot uses specialized terminology, you can add Jieba user dictionaries so those terms are not split incorrectly. If you already know the classic Rasa NLU workflow, this is a direct way to get the understanding layer working without assembling the components yourself.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category