|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uottawa.balie.AbbreviationLookup
public class AbbreviationLookup
Wraps around a hashtable that contains a list of abbreviation. Also offers IsAbbreviation function that uses some heuristics.
| Constructor Summary | |
|---|---|
AbbreviationLookup(LanguageSpecific pi_LanguageSpecific)
Initializes the hashtable with the language specific abbreviations. |
|
| Method Summary | |
|---|---|
boolean |
IsAbbreviation(java.lang.String pi_Word)
Check if a word is an abbreviation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbbreviationLookup(LanguageSpecific pi_LanguageSpecific)
pi_LanguageSpecific - A languageSpecific object (French, English, Spanish...)| Method Detail |
|---|
public boolean IsAbbreviation(java.lang.String pi_Word)
pi_Word - The string to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||