tlemar

Results 2 issues of tlemar

> seg2 = pkuseg.pkuseg(model_name='web', user_dict=["Color OS", "前摄像头"]) > > print(seg2.cut("Color OS")) # ['Color', 'OS'] > print(seg2.cut("前摄像头")) # ['前摄像头'] 在用户词典中添加带有空格的关键词,但是在后续的分词过程中并没有生效。

now, one of the views in my project is used to show a scrollable textview. while I scroll the textview, it is easy to active the switch view event. as...