de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util
Class LangText

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util.LangText

public class LangText
extends Object

Data structure consists of a language code and the corresponding text.


Field Summary
 StringBuffer text
          Text
 
Constructor Summary
LangText()
           
LangText(LanguageType _lang)
           
 
Method Summary
 LanguageType getLanguage()
          Gets language of the text, e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public StringBuffer text
Text

Constructor Detail

LangText

public LangText()

LangText

public LangText(LanguageType _lang)
Method Detail

getLanguage

public LanguageType getLanguage()
Gets language of the text, e.g. "en" for English word, "de", "fr", etc.



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.