Skip to content

Keyword extractor from text for both Bangla and English languages.

Notifications You must be signed in to change notification settings

PolygonTechnology-xyz/bangla-keyword-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bangla keyword extractor

This is keyword extractor that support both Bangla and English languages. For the keyword extraction from rake, we used Rake algorithm and for keyword extraction from pagerank, we used this research paper.

For using this bangla-keyword-extractor library, you need to, Install using pip

pip install bangla-keyword-extractor

For extracting keywords

from bangla_keyword_extractor.keyword_extractor import KeywordExtractor

text = "এটি একটি নমুনা বাক্য।"
extractor = KeywordExtractor(text, max_keywords = 5)
print(extractor.get_keywords_using_rake())
print(extractor.get_keywords_using_pagerank())

About

Keyword extractor from text for both Bangla and English languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages