Skip to content

Commit 6157299

Browse files
committed
提交readme
1 parent 63f5beb commit 6157299

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

opencc-net-gui.png

19 KB
Loading

readme.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# OpenCC.NET GUI
2+
3+
![](opencc-net-gui.png)
4+
5+
## 介绍
6+
7+
OpenCC.NET GUI是基于OpenCC(Open Chinese Convert, 开放中文转换),使用[OpenCC.NET](https://github.com/CosineG/OpenCC.NET)实现的中文转换工具,支持中文简繁体之间词汇级别的转换,同时还支持地域间异体字以及词汇的转换。
8+
9+
### 特点
10+
11+
- 支持简=>繁,繁=>简,繁=>繁的转换模式
12+
- 支持包括OpenCC,中国大陆,台湾,香港四种异体字标准
13+
- 支持中国大陆和台湾地区的常用词汇转换
14+
- 支持txt文本文件的批量转换
15+
16+
## 开始
17+
18+
### 获取
19+
20+
可以直接在仓库页面右侧获取最新Release版本,或下载源码后自行编译。若无法运行,请确保安装了[.NET Core 3.1运行时](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-3.1.21-windows-x64-installer)
21+
22+
### 使用
23+
24+
软件提供了文本编辑转换和文件批量转换两种功能。
25+
26+
#### 文本编辑转换
27+
28+
此模式下直接在文本框中输入你所需要转换的语句,在右侧选择转换选项后,点击转换按钮即可得到结果。
29+
30+
![](screenshot-1.png)
31+
32+
#### 文件批量转换
33+
34+
此模式下可以批量导入txt文本文件进行转换。若生成文件为乱码,请确保原文件为UTF-8编码。
35+
36+
![](screenshot-2.png)
37+
38+
## 引用
39+
40+
### OpenCC.NET
41+
42+
[OpenCC.NET](https://github.com/CosineG/OpenCC.NET)实现文本转换。
43+
44+
### OpenCC
45+
46+
[OpenCC](https://github.com/BYVoid/OpenCC)为OpenCC.NET提供词库。
47+
48+
### jieba.NET
49+
50+
[jieba.NET](https://github.com/anderscui/jieba.NET)为OpenCC.NET提供分词。
51+
52+
### ModernWpf
53+
54+
[ModernWpf](https://github.com/Kinnara/ModernWpf)提供UI控件。
55+
56+
### Ookii.Dialogs.Wpf
57+
58+
[Ookii.Dialogs.Wpf](https://github.com/ookii-dialogs/ookii-dialogs-wpf)提供选择文件夹窗口(没错,WPF没有自带选择文件夹窗口)。

screenshot-1.png

24.6 KB
Loading

screenshot-2.png

22.6 KB
Loading

0 commit comments

Comments
 (0)