Keyword Extractor Parser for Swarmauri.
Project description
Swarmauri Parser Keywordextractor
A parser component that extracts keywords from text using the YAKE keyword extraction library.
Installation
pip install swarmauri_parser_keywordextractor
Usage
Here's a basic example of how to use the KeywordExtractorParser:
from swarmauri_parser_keywordextractor.KeywordExtractorParser import KeywordExtractorParser
# Initialize the parser
parser = KeywordExtractorParser()
# Parse text and extract keywords
text = "Artificial intelligence and machine learning are transforming technology"
documents = parser.parse(text)
# Access extracted keywords and their scores
for doc in documents:
print(f"Keyword: {doc.content}, Score: {doc.metadata['score']}")
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
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 swarmauri_parser_keywordextractor-0.7.5.tar.gz.
File metadata
- Download URL: swarmauri_parser_keywordextractor-0.7.5.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de376546ca71c01fa69ee3c03679142bdd8637cfd3c7578d6b3c7a4b510864a
|
|
| MD5 |
62de82f3a558d88a5532174fa719735f
|
|
| BLAKE2b-256 |
6e84a8bcd31c76491c11b324b1791700ddba3c1fc4817d022e2f86e6b3f4e18b
|
File details
Details for the file swarmauri_parser_keywordextractor-0.7.5-py3-none-any.whl.
File metadata
- Download URL: swarmauri_parser_keywordextractor-0.7.5-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1955364d0f3ab2dba6f20feb583d6cee0ea8c37bf9fa1a4ac9799ada0204e147
|
|
| MD5 |
2415af57e36ea504f2208fa5ebc5d308
|
|
| BLAKE2b-256 |
4162cc9e538f2d02fa7cbcaa3fc8ee79c369b13f50d69c48c86f653f08458f02
|