inflex
inflex copied to clipboard
An Inflector library for Elixir
Needing `pluralize/1` to work for words specifically ending in an "s". Currently it doesn't. Example attached
First of all really cool library. This is a super nitpick, but when I was reading the code I couldn't stop to notice that it seems there is some code...
Hi, I'm interested to contribute in order to offer some sort of localization of the inflexions. Before going to add a particular language. I wanted to discuss for the "architecture"...
Added additional inline docs, added doctests to test suite and added benchee profiling pending further changes for support of additional languages, and perf tweaks.
I'm seeing this when pointing at Hex ``` error: module Inflex is not loaded and could not be found ``` But not when ref'ing this github repo.
Currently `movie` is singularized as `movy` and pluralized as `movie`. I believe this should fix that (like `zombie`).
doc update, and start of profiling for pending perf improvements. Minor code changes, almost all deltas are comments/test related.