Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
royalknight56 opened this issue Apr 8, 2021 · 1 comment
Open

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

royalknight56 opened this issue Apr 8, 2021 · 1 comment
Labels

Comments

@royalknight56
Copy link

python版可以指定allowPOS

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

Copy link

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.

@github-actions github-actions bot added the Stale label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant