You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for this great package.
right now I use KeyphraseCountVectorizer method to extract keywords based on different POS patterns.
Here is my code:
I wanted to know if is there a way to pass a list of pos patterns since I want to do this on a large data set and this takes a long time.
I think the POS protection took a long time and if I can do that once on each document, it reduces the runtime.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, Thanks for this great package.
right now I use
KeyphraseCountVectorizer
method to extract keywords based on different POS patterns.Here is my code:
and here is my post patterns:
I wanted to know if is there a way to pass a list of pos patterns since I want to do this on a large data set and this takes a long time.
I think the POS protection took a long time and if I can do that once on each document, it reduces the runtime.
Thanks
The text was updated successfully, but these errors were encountered: