Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 788 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 788 Bytes

petrovich-c

Introduction

petrovich-c is a C implementation of Petrovich, a library to inflect Russian anthroponyms such as first names, last names, and middle names.

Requirements

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:

Third-party components

The library uses a rules file, taken from petrovich github repo.

Examples

See test.c for API usage example.

License

This library is distributed under permissive MIT License.