it.polito.elite.doseWS.include
Class Lang

java.lang.Object
  extended byit.polito.elite.doseWS.include.Lang

public class Lang
extends java.lang.Object

Since:
11/2004
Version:
1.0 A static class for performing conversions between the standard XML notation for languages and the notation required for identifying the proper stemmers.
Author:
Dario Bonino Alessio Bosca Federico Pescarmona Michele Debandi

Field Summary
static java.lang.String[] xmlLang
           
static java.lang.String[] xteLang
           
 
Constructor Summary
Lang()
           
 
Method Summary
static java.lang.String getExtended(java.lang.String lang)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlLang

public static java.lang.String[] xmlLang

xteLang

public static java.lang.String[] xteLang
Constructor Detail

Lang

public Lang()
Method Detail

getExtended

public static java.lang.String getExtended(java.lang.String lang)
Parameters:
lang - a language identifier in the classical XML format on two characters
Returns:
the extended notation of the lang language in order to instantiate the correct stemmer for automatic indexing
Since:
11/2004