Yacong Gu

Results 4 comments of Yacong Gu

你好, 对多音字的支持目前只能通过词典实现。 不过对于你的问题,有计划加入针对单字符的override支持,敬请期待 :-)

你好,请问是应用到Android项目,还是Java项目? 如果是Android项目,请使用:CnCityDict.getInstance(context) 相应依赖:compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.3'

> Im also having an issue with this. > > I put aniverse_thxEd14Pruned.safetensors inside comfyui/models/checkpoints before making the cog, and i removed the .safetensors and model dir dockerignore entries. But...

Try this code which I have tested on Android 7.1. ```js function intercept_dlopen(address) { try { Interceptor.attach(address, { onEnter: function(args) { this.lib = Memory.readUtf8String(args[0]); console.log("dlopen called with: " + this.lib);...