Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 670 Bytes

Build Status

英汉词典

注意: 首次查词前需加载数据, 本机测试约十秒左右, 之后查词为HashMap查询.

已提交到Maven Central Repository:

<dependency>
  <groupId>com.codeinchinese</groupId>
  <artifactId>english-chinese-dictionary</artifactId>
  <version>0.0.1</version>
</dependency>

中文编程知乎专栏介绍文章: Java实现英汉词典API初版发布在Maven

LGPL许可证