Polish flexive name endings

With this simple gem (covered with basic specs) you will be able to get Polish flexive name endings and find out gender of the bearer.

Instalation

To use this gem just require it with Bundler support in yours Gemfile:

“‘ gem ’polish-flexive-name-endings’ “‘

Usage

“‘ruby PolishNames.parse_name(’Ernest’) # => { flexive: “Ernest”, gender: :male, sylable: 2 } “‘

Contributing to polish-flexive-name-endings

Copyright © 2012 Ernest Bursa - ernest.bzdury.pl See LICENSE.txt for further details.