Skip to content

Commit c7f3af4

Browse files
authored
Create README.md
1 parent 98fd084 commit c7f3af4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
C2PO: Chinese to Pinyin Offline is an offline converter tool capable of converting Chinese Character (汉字) to Pinyin by either entering them into a text field manually or from files. Files can be saved to any format.
2+
3+
The tool implements word segmentation according to modern Chinese conventions. This feature works _somewhat_ well (see example output below):
4+
5+
C2PO:线下汉字转拼音工具是一款离线转换工具,能够通过手动输入或从文件导入的方式将汉字转换为拼音。文件可保存为任意格式。
6+
本工具参照《汉语拼音正词法基本规则》实现了分词功能,该功能效果尚可(参见下方示例输出):
7+
8+
9+
<img width="781" height="795" alt="c2po_screenshot2" src="https://github.com/user-attachments/assets/f4aa8064-fb93-415a-a323-996db565fb17" />
10+
11+
12+
Please note that the tool _ignores_ punctuation, since it was designed to aid in the conversion of files containing markup.
13+
14+
C2PO was created using AI.
15+
16+
17+
请注意,本工具会忽略标点符号,因其设计初衷是辅助处理包含标记的文件转换。
18+
19+
C2PO是使用人工智能技术创建的。

0 commit comments

Comments
 (0)