https://github.com/tomwhite/inflector
Inflector provides an API for forming the plurals of nouns.
https://github.com/tomwhite/inflector
language pluralization plurals
Last synced: about 2 months ago
JSON representation
Inflector provides an API for forming the plurals of nouns.
- Host: GitHub
- URL: https://github.com/tomwhite/inflector
- Owner: tomwhite
- License: apache-2.0
- Created: 2014-10-04T10:37:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T10:53:36.000Z (over 10 years ago)
- Last Synced: 2025-01-17T21:43:53.027Z (4 months ago)
- Topics: language, pluralization, plurals
- Language: Java
- Homepage: https://tomwhite.github.io/inflector
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Inflector
Inflector provides an API for forming the plurals of nouns. It was introduced in a blog
post by Tom White in 2006:
[Pluralization](https://weblogs.java.net/blog/tomwhite/archive/2006/07/pluralization.html).API usage is described in the [API docs](https://tomwhite.github.io/inflector).
## Building
Use Maven to build:
```bash
mvn package
```