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 >
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e042-4f043.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e042-4f043.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?