OpenCC: Difference between revisions

Jump to navigation Jump to search
239 bytes added ,  15 July 2019
m
(Created page with "Install [https://github.com/BYVoid/OpenCC OpenCC] on Centos7. OpenCC is the project for "conversion between Traditional and Simplified Chinese". == Installation == Install [h...")
 
Line 18: Line 18:
Open Chinese Convert (OpenCC) Command Line Tool
Open Chinese Convert (OpenCC) Command Line Tool
Version: 1.0.5
Version: 1.0.5
</pre>
== Usage ==
<pre>
# echo "项目管理" | opencc -c s2twp
專案管理
# echo "專案管理" | opencc -c tw2sp
项目管理
# echo "專案管理" | opencc -c tw2s
专案管理
# echo "项目管理" | opencc -c s2tw
項目管理
</pre>
</pre>


Navigation menu