ca.uottawa.balie
Class LanguageSpecificSpanish

java.lang.Object
  extended by ca.uottawa.balie.LanguageSpecific
      extended by ca.uottawa.balie.LanguageSpecificSpanish

public class LanguageSpecificSpanish
extends LanguageSpecific

Routines specific to Spanish language.

Author:
nadeaud

Constructor Summary
LanguageSpecificSpanish()
          Contruct library of english Spanish data and routines
 
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<java.lang.String,java.lang.Integer> GetAbbreviations()
          Gets the list of abbreviations (mainly for SBD).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageSpecificSpanish

public LanguageSpecificSpanish()
Contruct library of english Spanish data and routines

Method Detail

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

GetAbbreviations

public java.util.Hashtable<java.lang.String,java.lang.Integer> 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)