Use jieba-rs in Neovim's b/w/e/ge #138
Freed-Wu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Notice this project due to
https://blog.paulme.ng/posts/2019-06-30-optimizing-jieba-rs-to-be-33percents-faster-than-cppjieba.html
I am writing a neovim plugin to support b/w/e/ge for Chinese text.
There are three realization for jieba algorithms:
Test bench:
https://github.com/neo451/jieba-lua/tree/master/packages/lua-profile
All reactions