Java implementation of translating Chinese characters into pinyin and simple multiplication

Source: Internet
Author: User

Recently HANLP wanted to support pinyin and traditional features, so I learned a few open source Java implementations, optimized for integration. Stuxuhai/jpinyin principle This is the most one of the stars on GitHub, the main principle is to use a Hashtable to match the word pinyin one by one. At the same time, in the scanning time will also be the current Chinese characters in turn with the back of the 3, 2, 1 Chinese characters, to determine whether there is a polyphone phrase. That is, it supports polyphone corrections of up to 4 words. At the same time, the constant term of the complexity is a bit high (approximately O (4n)) in sequential scanning and combination. Multiply the complexity of the hash table, the feeling is not a very efficient implementation. Dictionary format jpinyin A total of 3 tables, ...

Continue reading : Yards Farm» The Java implementation of translating Chinese characters into pinyin and simple multiplication

original link : http://www.hankcs.com/nlp/java-chinese-characters-to-pinyin-and-simplified-conversion-realization.html

Java implementation of translating Chinese characters into pinyin and simple multiplication

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.