Thanks to visit codestin.com
Credit goes to lib.rs

Adding lingua_chinese_language_model library as a dependency

Run this command in a terminal, in your project's directory:

cargo add lingua-chinese-language-model

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

lingua-chinese-language-model = "1.3.0"

The lingua_chinese_language_model library will be automatically available globally. Read the lingua_chinese_language_model library documentation.

Back to the crate overview.