# Intro This is a basic gem for applying diachronic sound changes to words based on supplied rules. It is largely inspired by Mark Rosenfelder's Sound Change Applier(http://www.zompist.com/sca2.html, y'all should buy his books, too). ## Installation Add this line to your application's Gemfile: gem 'diachronr' And then execute: $ bundle Or install it yourself as: $ gem install diachronr ## Usage TODO: Write usage documentation. For now, check out the tests ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Ensure your tests pass, coverage is at 100%, and rubocop reports clean 4. Commit your changes (`git commit -am 'Add some feature'`) 5. Push to the branch (`git push origin my-new-feature`) 6. Create new Pull Request