public class CompoundAcceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
acronymExceptions |
protected Set<String> |
alwaysNeedsHyphen |
protected Set<String> |
alwaysNeedsS |
protected Set<String> |
geographicalDirections |
static CompoundAcceptor |
INSTANCE |
protected Set<String> |
needsS |
protected Set<String> |
noS |
protected Set<String> |
part1Exceptions |
protected Set<String> |
part2Exceptions |
protected CachingWordListLoader |
wordListLoader |
| Constructor and Description |
|---|
CompoundAcceptor() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParts(String word) |
static void |
main(String[] args) |
public static final CompoundAcceptor INSTANCE
protected final CachingWordListLoader wordListLoader
public static void main(String[] args) throws IOException
IOException