petrovich-c is a C implementation of Petrovich, a library to inflect Russian anthroponyms such as first names, last names, and middle names.
This library requires:
- A C99-compatible compiler (tested with GCC 4.9 and GCC 5)
- CMake 3.0 or later
- libyaml (tested with v. 0.1.5)
In order to run the testsuite:
The library uses a rules file, taken from petrovich github repo.
See test.c for API usage example.
This library is distributed under permissive MIT License.