Ruikai Liu
Ruikai Liu
Android 6.0也遇到同样问题
是,这个是当时才意识到
Some symbol types on x86 are not supported yet, such as IFUNC which needs runtime resolution. ARM should be fine I think, though I haven't tested.
Unicorn should be installed: https://github.com/unicorn-engine/unicorn
我现在遇到的也是自定义词不生效的问题。 具体地,我需要分词的文本是`支付宝贷款`,期望的结果是`支付宝`和`贷款`。 但是,使用pip安装THULAC(版本0.1.1),在默认情况下和将`支付宝`加入自定义词典,得到的结果都是`支付`和`宝贷款`: ```python >>> thu1=thulac.thulac() Model loaded succeed >>> thu1.cut( '支付宝贷款') [['支付', 'v'], ['宝贷款', 'n']] >>> thu2=thulac.thulac(user_dict='dict1') Model loaded succeed >>> thu2.cut( '支付宝贷款') [['支付', 'v'], ['宝贷款', 'n']] ``` 使用jieba分词时,可以通过调整自定义词的词频,来将某个词分开/不分开。但是使用THULAC时,似乎无法进行这类的更精细的调整?
提示没找到method,估计和你的classloader有关
参见 https://github.com/rk700/YAHFA/blob/master/demoPlugin/src/main/java/lab/galaxy/yahfa/demoPlugin/Hook_ClassWithCtor.java
Thanks for the PR. But some actions might be inapplicable since they failed.
I的类型是整数,后面没有分号
看下日志,如果方法hook完成会有相关信息