ruggi/linguo
Go NLP library based on Freeling
This is a Natural Language Processing library that takes raw text as input and processes it to identify individual words, their grammatical roles (like nouns or verbs), and named entities such as people or seasons. The output helps analyze the structure and meaning within the text. It's intended for developers who build applications requiring detailed text analysis in Go.
No commits in the last 6 months.
Use this if you are a Go developer building applications that need to break down and understand the grammatical structure and named entities within English text.
Not ideal if you are looking for a ready-to-use application or an NLP tool that doesn't require programming in Go.
Stars
11
Forks
1
Language
Go
License
GPL-3.0
Category
Last pushed
Sep 29, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ruggi/linguo"
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.
abadojack/whatlanggo
Natural language detection library for Go