
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
bangla-keyword-extractor
Advanced tools
Bangla keyword extraction library which extracts keywords from text or list of texts
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())
FAQs
Bangla keyword extraction library which extracts keywords from text or list of texts
We found that bangla-keyword-extractor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.