首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一种快速、免费、开源的transliterator,这可以很容易地扩展以支持其他语言

一种快速、免费、开源的transliterator,这可以很容易地扩展以支持其他语言

资 源 简 介

A fast, free and open source Transliterator, which could be easily extended to support other languages. The included language files supports transliteration from: English -> Sinhalese English -> Tamil Sinhalese -> Tamil Sinhalese -> English Tamil -> Sinhalese Tamil -> English The language data files could be easily updated to improve the accuracy of the transliterator. The implementation performs a dictionary based lookup for each word, and where an entry is not found, uses phonetic language rules to transliterate the word. Note: This implementation is designed to be only dependent on the JDK (not even a logging library) and is optimized for speed, and thus caches the dictionaries into heap memory (about 1.25MB for English/Sinhala/Tamil) The source code of the project is released under the GNU Affero General Public License v3 http://www.gnu.org/licenses/agpl-3.0.html Refer to the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
VIP VIP
0.190346s