yanyiwu/nodejieba

nodejieba.extract提取关键词可不可以指定词性

Closed this issue · 2 comments

python版可以指定allowPOS

jieba.analyse.extract_tags(
string
topK=10,
withWeight=False,
allowPOS=('ns', 'n', 'vn', 'v')
)

This issue has not been updated for over 3 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.

This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.