public class Noun extends Object
| Constructor and Description |
|---|
Noun() |
| Modifier and Type | Method and Description |
|---|---|
static String |
aOrAn(String input)
Look at first letter of input to determine whether it should be preceded by "a" or "an".
|
static boolean |
takesIndefiniteArticle(String noun,
KB kb)
Determine whether the given noun requires an indefinite article ("a"/"an").
|
Copyright © 2015. All rights reserved.