highwindmx
highwindmx
## 运行环境 * 操作系统(Linux): * Python 版本:3.6.2 * pypinyin 版本:0.29.0 ## 问题描述 对于首字母的应用有时候多用于人名的转换,但是多音字时,好像还没有专门的option进行选择(或者优化) 可否增加这一功能? ## 问题复现步骤 例如:pypinyin("查良镛", style=Style.FIRST_LETTER) 输出为:[['c'], ['l'], ['y']] 可能输出为[['z'], ['l'], ['y']] 更好一些? 辛苦各位大大,很好用的模块!! -->
Nicely done!! If this notebook develop for information collection and management, may be a web clipper is a good feature, but need more work on browser plugins :)
Problem : when exporting as pdf file, all Chinese characters are showed incorrectly as square boxes like this: "[][][]", could anyone can fix this? 3x.
Very cool tutorial Right now, I am build a new one using PySide QtWebkit QWebView module, Bold, italic, ...and so on can be done by webaction, but how can I...
### 这个问题是否已有issue - [X] 我确认没有已有issue,且已阅读**常见问题** ### 运行环境 - **OS**: windows - **Zotero version**: 6.0.30 - **Plugin version**: 0.2.9 ### 当前配置信息 _No response_ ### 问题详情 国内访问openAI毕竟受限,天工和kimi似乎是可选项,是否有这方面计划? ### 补充说明 _No response_
国内链接GPT还是有些麻烦,请问各位大大有没有可能增加一个和讯飞星火 [SparkDesk](https://xinghuo.xfyun.cn/) 结合的插件呀?谢谢啦
how to get this grouped(based on treatment vs control for each variant) forest plot like following in this module? in version 0.0.2, it seems the base can only be set...
I use CoxPHFitter from lifelines to get those values, sometime I get an "inf" in coef upper 95%, is any way to display it properly? 3x.