diff options
| author | 2025-11-25 15:57:54 +0800 | |
|---|---|---|
| committer | 2025-11-25 15:57:54 +0800 | |
| commit | fcf1c423fc7dc9d91204deacc5f570839b05b995 (patch) | |
| tree | 8cdc630178515e9dd7771baf15a1e6fa73d50214 | |
| parent | 9b4da79dbcf0f14edb181b0108633a547b3d9fa6 (diff) | |
| download | conventional_role_play-fcf1c423fc7dc9d91204deacc5f570839b05b995.tar.gz conventional_role_play-fcf1c423fc7dc9d91204deacc5f570839b05b995.zip | |
chore: Update README to remove emoji from feature list
Removed emoji from THULAC Smart Parser feature description for consistency.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ Conventional Role Play (CVRP) is a Python SDK designed for structured processing * **Rule Extraction**: Easily extract rules from JSON configuration files using the `RuleExtractor` class. * **Multi-format Rendering**: Render outputs in various formats such as HTML, Markdown, and JSON using the respective renderer classes (e.g., `HTMLRenderer`). -* **THULAC Smart Parser**: 🆕 Intelligent parsing using Tsinghua THULAC (THU Lexical Analyzer for Chinese) for automatic content recognition with minimal configuration. See [THULAC Parser Documentation](docs/THULAC_PARSER.md). +* **THULAC Smart Parser**: Intelligent parsing using Tsinghua THULAC (THU Lexical Analyzer for Chinese) for automatic content recognition with minimal configuration. See [THULAC Parser Documentation](docs/THULAC_PARSER.md). * **Extensibility**: Create custom plugins to extend the functionality of the SDK. See custom-plugins for details. * **Comprehensive API**: Full API documentation available for all modules and classes. See api-documentation. @@ -112,4 +112,4 @@ LICENSE * [Homepage](https://hydroroll.team/) * [Documentation](https://crp.hydroroll.team/) -* [GitHub Repository](https://github.com/HydroRoll-Team/conventional_role_play)
\ No newline at end of file +* [GitHub Repository](https://github.com/HydroRoll-Team/conventional_role_play) |
