Does nodejs have a good library of participles, such as jieba

does nodejs have a good library of word segmentation, such as jieba

Dec.17,2021

< H1 > introduction < / H1 > < NodeJieba is the Node.js version of "stuttering" Chinese word segmentation, which is implemented by CppJieba . It is a Node.js Chinese word segmentation component with both high performance and ease of use.

< H1 > features < / H1 >
  • Dictionary loading is flexible and can be used without configuring dictionary paths. When you need to customize your own dictionary path, you can also customize it flexibly.
  • the underlying algorithm implementation is CPP, performance efficient.
  • supports multiple word segmentation algorithms, which can be found in the README.md introduction of CppJieba .
  • supports dynamic supplementary thesaurus.
< H1 > address < / H1 >
Menu