onsunsl

Results 4 issues of onsunsl

C:\Anaconda3\python.exe D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py Traceback (most recent call last): File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 463, in t = TTS() File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 149, in __init__ self.token = GetToken(self.app_key, self.secret_key) File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 26, in...

如: 12个 : shi er ge 1234号房间: yi er san si hao fang jian 现在是12:20: xian zai shi shi er dian er shi fen ....................... 这个涉及分词和词分析。

new feature
help wanted

In [12]: pinyin("中心") Out[12]: [['zhōng'], ['xīn']] In [13]: pinyin("重心") Out[13]: [['zhòng'], ['xīn']] In [14]: pinyin("情调来调整风格") Out[14]: [['qíng'], ['diào'], ['lái'], ['diào'], ['zhěng'], ['fēng'], ['gé']] In [15]: pinyin("调整风格") Out[15]: [['diào'], ['zhěng'], ['fēng'],...

new feature

The application can not run when use pyinstaller paeckged. >pyinstaller -w -F hello.py