xxjwxc/gohanlp
Golang RESTful Client for HanLP.中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
This tool helps analyze Chinese text by breaking it down into words, identifying parts of speech, and recognizing named entities like people or places. You input Chinese sentences or documents, and it provides structured linguistic information. It's useful for anyone working with large volumes of Chinese text who needs to extract meaning or categorize content, such as market researchers, content analysts, or linguists.
No commits in the last 6 months.
Use this if you need to perform natural language processing tasks like word segmentation, part-of-speech tagging, or named entity recognition on Chinese text with a lightweight, easy-to-integrate client.
Not ideal if you require complex, high-volume NLP operations that demand significant server processing power or if you need to train highly specialized custom models without external API calls.
Stars
36
Forks
5
Language
Go
License
Apache-2.0
Category
Last pushed
Aug 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xxjwxc/gohanlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ikawaha/kagome-dict
Dictionary Library for Kagome v2
aaaton/golem
A lemmatizer implemented in Go
habeanf/yap
Yet Another (natural language) Parser
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split graphemes, words, sentences.
jdkato/prose
:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and...