关于配置识别标签权重
Open
- Dominant language
- C++
- Stars
- 4k
- Forks
- 592
- PR merge metrics
- No merged PRs in 30d
Description
比如:周一一点提醒我
[['周一', '一点', '提醒', '我'], ['TIME', 'm', 'v', 'r']]
这里的一点其实表述的是时间,但是识别成了名词。
所以我想问一下,可不可以设定一个权重,让时间标签>名词标签,这样识别出:[['周一', '一点', '提醒', '我'], ['TIME', 'TIME', 'v', 'r']]
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides no file, test, or entry point to begin with. First identify where part-of-speech labels and configuration are defined, then determine how competing TIME and noun labels are resolved. Done should include a documented weighting behavior and a test covering “一点” being labeled TIME.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100