leizongmin / leizongmin/node-segment
如何找到联想词汇
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
看readme,分词会根据词性进行联想分词。
所以在分词之后,是否有标识,哪些是联想出来的,哪些是字典中的。因为我想根据联想词汇建立一个动态的词汇库。
非常感谢!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the README section describing part-of-speech-based associative segmentation, then inspect the post-segmentation result format exposed by the module. Clarify how dictionary and associative terms should be distinguished and how a dynamic vocabulary would be defined; the work is complete only when the requested behavior and its expected output are specified and testable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100