public class APFNameAnalyzer extends Object
| Constructor and Description |
|---|
APFNameAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAbbreviation(String[] name,
String abbrev)
returns true if 'abbrev' is an acronym-style abbreviation for 'name'
-- i.e., an acronym with periods, such as U.S.A.
|
static boolean |
isAcronym(String[] name,
String acronym) |
static void |
main(String[] args) |
Copyright © 2016 New York University. All rights reserved.