tugascript/keyword-extraction-rs
Keyword extraction algorithms in Rust
This is a library for developers to extract important keywords and key phrases from text documents. It takes raw text or multiple documents as input and outputs a ranked list of relevant words and phrases, often with a score. This tool is for software developers building applications that need to understand the main topics of text.
No commits in the last 6 months.
Use this if you are a developer building an application in Rust that needs to automatically identify the most important keywords or phrases from text data.
Not ideal if you are not a Rust developer or if you need a complete, user-facing application for keyword extraction rather than a programming library.
Stars
30
Forks
3
Language
Rust
License
LGPL-3.0
Category
Last pushed
Oct 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tugascript/keyword-extraction-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vi3k6i5/flashtext
Extract Keywords from sentence or Replace keywords in sentences.
andrewtavis/kwx
BERT, LDA, and TFIDF based keyword extraction in Python
alirezatheh/perke
A keyphrase extractor for Persian
cbaziotis/ekphrasis
Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter...
lovit/KR-WordRank
비지도학습 방법으로 한국어 텍스트에서 단어/키워드를 자동으로 추출하는 라이브러리입니다