JackHCC/Chinese-Keyphrase-Extraction
无监督中文关键词抽取(Keyphrase Extraction),基于统计,基于图【LDA与PageRank(TextRank, TPR, Salience Rank, Single TPR等)】,基于嵌入【SIFRank等】,开箱即用!
This project helps anyone working with Chinese text to quickly identify the most important topics and keywords within documents. You input a collection of Chinese texts, and it outputs a list of relevant keyphrases for each document. This is useful for researchers, content analysts, or anyone needing to summarize large volumes of Chinese content efficiently.
109 stars. No commits in the last 6 months.
Use this if you need to automatically extract keywords from Chinese articles, reports, or other text documents to understand their main subjects without manual reading.
Not ideal if you are working exclusively with English text or require highly specialized, domain-specific keyphrase extraction that goes beyond general topic identification.
Stars
109
Forks
13
Language
Python
License
MIT
Category
Last pushed
Jun 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/JackHCC/Chinese-Keyphrase-Extraction"
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
비지도학습 방법으로 한국어 텍스트에서 단어/키워드를 자동으로 추출하는 라이브러리입니다