public class English extends TwoFormInflector
Example:
English.plural("word")
Based on An Algorithmic Approach to English Pluralization by Damian Conway.
| Modifier and Type | Class and Description |
|---|---|
static class |
English.MODE |
| Constructor and Description |
|---|
English() |
English(English.MODE mode) |
| Modifier and Type | Method and Description |
|---|---|
static String |
plural(String word) |
static void |
setMode(English.MODE mode) |
categoryRule, getPlural, irregular, irregular, rule, rule, uncountable, uncountablepublic English()
public English(English.MODE mode)
public static void setMode(English.MODE mode)
Copyright © 2012 Atteo. All Rights Reserved.