https://github.com/airen3339/zhconverter
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: airen3339
- License: lgpl-3.0
- Language: Java
- Default Branch: master
- Size: 296 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
License
README.md
zhconverter
中文字符简繁体互相转换, 基于https://code.google.com/archive/p/java-zhconverter/ 据项目描述来源于MediaWiki.
- 转换规则很简单, 完全不进行分词.
- 如果输入文本不是单字, 如果在对应表中有完全匹配, 就返回对应的文本; 不然就逐字按照单字转换.
修改匹配算法后, 解决了原有用户报告的两个问题:
- https://github.com/nobodxbodon/zhconverter/issues/3
- https://github.com/nobodxbodon/zhconverter/issues/2
已提交到Maven Central Repository:
<dependency>
<groupId>com.github.nobodxbodon</groupId>
<artifactId>zhconverter</artifactId>
<version>0.0.5</version>
</dependency>
发布过程中的一些问题及解决请详见: 在Maven Central发布中文API的Java库
V2EX对此项目的反馈帖: 第一次见以汉字命名的 Java 类
LGPL许可证
Owner
- Login: airen3339
- Kind: user
- Repositories: 187
- Profile: https://github.com/airen3339
GitHub Events
Total
Last Year
Dependencies
pom.xml
maven
- com.github.program_in_chinese:junit4_in_chinese 0.0.1