kamildrazkiewicz/go-stanford-nlp
Go Stanford NLP POS Tagger wrapper
This is a tool for Go (Golang) developers who need to integrate Part-of-Speech tagging into their applications. It takes raw English text as input and processes it using the Stanford NLP tagger to identify the grammatical role of each word (e.g., noun, verb, adjective). This is useful for developers building text analysis features, content categorization, or language processing within their Go projects.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to programmatically identify the grammatical parts of speech in English text.
Not ideal if you are not a Go developer or if you need to process languages other than English with this specific tool.
Stars
38
Forks
1
Language
Go
License
MIT
Category
Last pushed
Feb 12, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kamildrazkiewicz/go-stanford-nlp"
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...