friso icon indicating copy to clipboard operation
friso copied to clipboard

High performance Chinese tokenizer with both GBK and UTF-8 charset support based on MMSEG algorithm developed by ANSI C. Completely based on modular implementation and can be easily embedded in other...

Results 8 friso issues
Sort by recently updated
recently updated
newest added

大佬们有计划做python的binding吗?

`idx` is `uint_t` and therefore always positive

friso using as postgresql extension full text search ???

分词文本 10kv变压器❄10kv,100kva,干式,普通,硅钢片

Line `103` has `if ( idx >= 0 && idx < link->size )`; however, `idx` is an unsigned integer. The first comparison will always evaluate to true, and it is...

有perl模块的计划吗?

![image](https://github.com/lionsoul2014/friso/assets/5792138/eadf1a05-2191-422b-a503-d85cbe3e099e) 配置文件确实在:/cygdrive/e/github/friso/vendors/dict/UTF-8/ 也试过用cmake编译,运行时词库的配置文件地址填的是: E:/github/friso/vendors/dict/UTF-8/ 也是报同样的错:Warning: Without lexicon file, segment results will not correct 请帮忙看看是什么原因呢? 操作系统windows 11 64位 试过在macos没有这个问题