Skip to content

Commit

Permalink
fix code usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
arianpasquali committed Jun 2, 2019
1 parent 38619ed commit 49980cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -159,7 +159,6 @@ How to use it on Python
print(kw)

# specifying parameters
custom_kwextractor = yake.KeywordExtractor(lan="en", n=3, dedupLim=0.8, windowsSize=2, top=20)
custom_kwextractor = yake.KeywordExtractor(lan="en", n=3, dedupLim=0.9, dedupFunc='seqm', windowsSize=1, top=20, features=None)

keywords = custom_kwextractor.extract_keywords(text_content)
Expand Down

0 comments on commit 49980cd

Please sign in to comment.