liuzl/ling
Natural Language Processing Toolkit in Golang
This is a comprehensive toolkit for developers working with natural language processing in Go. It helps transform raw text into structured data by performing tasks like text normalization, tokenization, lemmatization, and language detection. Developers who need to build Go applications that process and understand human language will find this useful for handling text data.
No commits in the last 6 months.
Use this if you are a Go developer building applications that require text processing, such as analyzing documents, creating search indexes, or extracting information from unstructured text.
Not ideal if you are not a Go developer or if you need a pre-built application rather than a programming library.
Stars
64
Forks
4
Language
Go
License
Apache-2.0
Category
Last pushed
May 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/liuzl/ling"
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...