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

如何在分词完成后,载入停用词表去除停用词 #56

Open
FlyBirdHeight opened this issue May 7, 2019 · 1 comment
Open
Labels

Comments

@FlyBirdHeight
Copy link

作者你好,有一个疑问,当我分词完成后,无法设置停用词表过滤。看了文档之后发现也并没有这个功能,只有在关键词提取里面才可以设置,请问在分词里面可以设置停用词表吗?

@fukuball
Copy link
Owner

通常 stop words 都是使用在關鍵字萃取的階段,如果要在分詞階段使用 stop words,使用者其實很容易可以處理,就是自己濾掉就可以了,因此分詞階段不會套用 stop words。

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

2 participants