Sha256: 7c5b340fcda97b49bb36741d7ddaf5ebdec3aeee2c0e22a17da9437d9058ec0a
Contents?: true
Size: 794 Bytes
Versions: 2
Compression:
Stored size: 794 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
diachronr-1.1.0 | README.md |
diachronr-1.0.0 | README.md |