public class DeterminerAgrHelper extends Object
| Constructor and Description |
|---|
DeterminerAgrHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
requiresAn(String string)
Check whether this string starts with a number that needs "an" (e.g.
|
public static boolean requiresAn(String string)
string - the stringtrue if this string starts with 11, 18, or 8,
excluding strings that start with 180 or 110Copyright © 2020. All Rights Reserved.