|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word.WordBase
public class WordBase
Article in Wiktionary. See http://en.wiktionary.org/wiki/Wiktionary:Entry_layout_explained
Constructor Summary | |
---|---|
WordBase(String _page_title,
LanguageType wikt_lang,
StringBuffer text)
Parses the article text. |
Method Summary | |
---|---|
WLanguage[] |
getAllLanguages()
Gets all languages. |
String |
getPageTitle()
Gets an article title in Wiktionary. |
String |
getRedirect()
Gets a redirected page, i.e. target or destination page. |
boolean |
hasOnlyTemplatesWithoutDefinitions()
True if there are template (e.g. |
boolean |
isEmpty()
Word is empty if there are no recognized data in the parsed wiki text. |
boolean |
isRedirect()
Checks is the entry a REDIRECT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordBase(String _page_title, LanguageType wikt_lang, StringBuffer text)
Method Detail |
---|
public boolean hasOnlyTemplatesWithoutDefinitions()
public String getPageTitle()
public WLanguage[] getAllLanguages()
public boolean isRedirect()
public String getRedirect()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |