kreativka / stempel

A Go implementation of the Stempel stemmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stempel

Build Status Coverage Status GoDoc Go Report Card

A Go implementation of the Stempel stemmer, an algorithmic stemmer frequently used with (but not limited to) the Polish language.

Usage

To use this to stem Polish, you must acquire the stemming tables. These files are not distributed in this repository. Instructions on how to acquire them are in the pl directory.

License

This Go implementation is distributed under the Apache 2 license.

This product is based on software developed by the Egothor Project.

About

A Go implementation of the Stempel stemmer

License:Apache License 2.0


Languages

Language:Go 100.0%