ca.uottawa.balie
Class LanguageSpecificSpanish
java.lang.Object
ca.uottawa.balie.LanguageSpecific
ca.uottawa.balie.LanguageSpecificSpanish
- public class LanguageSpecificSpanish
- extends LanguageSpecific
Routines specific to Spanish language.
- Author:
- nadeaud
Method Summary |
java.lang.String[] |
Decompound(java.lang.String pi_Composed)
Decomposes a word in its parts (ex.: French decomposition on apostrophe. |
java.util.Hashtable |
GetAbbreviations()
Gets the list of abbreviations (mainly for SBD). |
java.util.Hashtable |
GetQTagEquivalence()
Gets equivalence table that matches qTag output with Balie TokenConsts. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LanguageSpecificSpanish
public LanguageSpecificSpanish()
Decompound
public java.lang.String[] Decompound(java.lang.String pi_Composed)
- Description copied from class:
LanguageSpecific
- Decomposes a word in its parts (ex.: French decomposition on apostrophe. German word split, ...).
- Specified by:
Decompound
in class LanguageSpecific
- Parameters:
pi_Composed
- A string to decompose
- Returns:
- Array containing each word part
GetQTagEquivalence
public java.util.Hashtable GetQTagEquivalence()
- Description copied from class:
LanguageSpecific
- Gets equivalence table that matches qTag output with Balie TokenConsts.
- Specified by:
GetQTagEquivalence
in class LanguageSpecific
- Returns:
- A table that maps qTag tags with Balie Tags (see
TokenConsts
for enumeration) - See Also:
TokenConsts
GetAbbreviations
public java.util.Hashtable GetAbbreviations()
- Description copied from class:
LanguageSpecific
- Gets the list of abbreviations (mainly for SBD).
- Specified by:
GetAbbreviations
in class LanguageSpecific
- Returns:
- Table of abbreviation (for fast lookup)