nlp icon indicating copy to clipboard operation
nlp copied to clipboard

A collection of natural language processing algorithms for Go

NLP

CircleCI Go Report Card GoDoc

NLP is a go package meant to contain implementations of common natural language processing algorithms. So far there is a naive implementation of conditional random fields.

CRF

The CRF implementation draws from the following articles: