pinyin
Here are 186 public repositories matching this topic...
-
Updated
Mar 7, 2020 - Java
-
Updated
Mar 6, 2020 - C#
-
Updated
Feb 26, 2020 - Objective-C++
-
Updated
Jul 24, 2017 - Ruby
Thank you for the work on this library. A big and easy improvement to its usefulness is to prominently document that it currently performs a character-level translation, which is incorrect for many common words and sentences.
>>> from xpinyin import Pinyin
>>> p = Pinyin()
>>> p.get_pinyin(u"了解")
'le-jie'The output should be
'liao-jie'关于特殊名词
类似债券简称,比如“02进出04”,特殊名词比如“5G”,我发现在分词的时候会打散
-
Updated
Jun 5, 2019 - JavaScript
-
Updated
Sep 27, 2019 - JavaScript
-
Updated
Dec 6, 2019 - PHP
-
Updated
Nov 29, 2017 - Python
-
Updated
Aug 30, 2017 - JavaScript
-
Updated
Dec 19, 2019 - Python
-
Updated
Apr 8, 2019 - JavaScript
-
Updated
Jul 10, 2019 - Python
-
Updated
Jun 21, 2017 - C++
In the past, I've used Hanzi Helper to learn Chinese. Do you think it's possible to integrate some of its functionality such as the ability to create and print vocabulary lists and character sheets? http://hanzihelper.sourceforge.net/
-
Updated
Apr 9, 2019 - C#
Improve this page
Add a description, image, and links to the pinyin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pinyin topic, visit your repo's landing page and select "manage topics."


can you provider a method that we can clear the memory cache.beause I just use jar at one place .after that , the memory is unuse.....#