An open API service indexing awesome lists of open source software.

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.

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
```