jdkato/prose
A pure Go natural language processing library for tokenization, part-of-speech tagging, and named-entity extraction.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
prose is a Golang library for text processing that provides tokenization, sentence segmentation, part-of-speech tagging, and named-entity recognition. It implements ML-based models—using conditional random fields for NER—to perform these core NLP tasks. The library is English-only and written in pure Go without external ML framework dependencies.