From 7c2e9ae4e6c57787833d671d007e116ccc7b71a1 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Thu, 12 Oct 2017 19:36:53 +0300 Subject: [PATCH] Add petrovich (#1621) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a5ef15c..53f5c193 100644 --- a/README.md +++ b/README.md @@ -793,6 +793,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [nlp](https://github.com/Shixzie/nlp) - Extract values from strings and fill your structs with nlp. * [nlp](https://github.com/james-bowman/nlp) - Go Natural Language Processing library supporting LSA (Latent Semantic Analysis). * [paicehusk](https://github.com/rookii/paicehusk) - Golang implementation of the Paice/Husk Stemming Algorithm. +* [petrovich](https://github.com/striker2000/petrovich) - Petrovich is the library which inflects Russian names to given grammatical case. * [porter](https://github.com/a2800276/porter) - This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. * [porter2](https://github.com/zhenjl/porter2) - Really fast Porter 2 stemmer. * [prose](https://github.com/jdkato/prose) - Library for text processing that supports tokenization, part-of-speech tagging, named-entity extraction, and more.