Bangla keyword extraction library which extracts keywords from text or list of texts
Project description
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())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bangla_keyword_extractor-0.0.18.tar.gz.
File metadata
- Download URL: bangla_keyword_extractor-0.0.18.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3b31938f058ffd6ba29acaad7735b6b42f06a346a5ca9f86216d9b683ed7ab2
|
|
| MD5 |
d5dd48eab36495f8e32f47c759fd53be
|
|
| BLAKE2b-256 |
67f18ea79c05ecb33a63198da43b6fc90cfa8fc522ef728b28298bfbebbd912b
|
File details
Details for the file bangla_keyword_extractor-0.0.18-py3-none-any.whl.
File metadata
- Download URL: bangla_keyword_extractor-0.0.18-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a158a2b10b93ba9ec77b31af064e1d796f25f67880cef08ae3750eacc2664ca
|
|
| MD5 |
fb6d12b09b0f5ba84cae6f098b752643
|
|
| BLAKE2b-256 |
3ac32a928270c3efb6b721e87feec403e8fa0f7f68f9c1973668aed75ebdaa16
|