codingpot/kiwigo
https://github.com/bab2min/Kiwi for go
This project is a Go programming language wrapper for the Kiwi C++ library. It enables Go developers to integrate high-performance Korean text analysis functionalities into their applications. You input raw Korean text, and it outputs segmented words, often with part-of-speech tags, which is crucial for building search engines, recommendation systems, or natural language processing tools specific to the Korean language.
No commits in the last 6 months.
Use this if you are a Go developer building applications that need to process and understand Korean text effectively.
Not ideal if you are looking for a standalone application or a library for languages other than Korean, or if you are not a Go developer.
Stars
30
Forks
8
Language
Go
License
LGPL-2.1
Category
Last pushed
Oct 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/codingpot/kiwigo"
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...