ca.uottawa.balie
Class LanguageSpecificRomanian

java.lang.Object
  extended byca.uottawa.balie.LanguageSpecific
      extended byca.uottawa.balie.LanguageSpecificRomanian

public class LanguageSpecificRomanian
extends LanguageSpecific

Routines specific to Romanian language.

Author:
Onutz

Constructor Summary
LanguageSpecificRomanian()
           
 
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 GetExceptions()
           
 java.util.Hashtable GetPersonalPronouns()
           
 java.util.Hashtable GetQTagEquivalence()
          Gets equivalence table that matches qTag output with Balie TokenConsts.
 
Methods inherited from class ca.uottawa.balie.LanguageSpecific
GetPOSLookup, GetQTagger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageSpecificRomanian

public LanguageSpecificRomanian()
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

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)

GetPersonalPronouns

public java.util.Hashtable GetPersonalPronouns()

GetExceptions

public java.util.Hashtable GetExceptions()