| Package | Description |
|---|---|
| de.tudarmstadt.ukp.jwktl.parser | |
| de.tudarmstadt.ukp.jwktl.parser.wikisaurus |
| Modifier and Type | Class and Description |
|---|---|
class |
WiktionaryArticleParser
Parses a Wiktionary XML dump and stores the parsed information as a
Berkeley DB within a specified directory.
|
class |
WiktionaryPageParser<PageType extends WiktionaryPage>
Abstract base class for implementations of the
IWiktionaryPageParser interface. |
| Modifier and Type | Field and Description |
|---|---|
protected List<IWiktionaryPageParser> |
WiktionaryDumpParser.parserRegistry |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IWiktionaryPageParser> |
WiktionaryDumpParser.getPageParsers() |
Iterable<IWiktionaryPageParser> |
IWiktionaryDumpParser.getPageParsers()
Returns the list of all registered
IWiktionaryPageParsers. |
| Modifier and Type | Method and Description |
|---|---|
void |
WiktionaryDumpParser.register(IWiktionaryPageParser pageParser) |
void |
IWiktionaryDumpParser.register(IWiktionaryPageParser pageParser)
Register the given
IWiktionaryPageParser. |
| Constructor and Description |
|---|
WiktionaryDumpParser(IWiktionaryPageParser... pageParsers)
Initializes the dump parser and registers the given page parsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WikisaurusArticleParser
(Yet experimental) parser for the Wikisaurus entries (i.e., wiki pages
in the Wikisaurus namespace that contain thesaurus-like information).
|
Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.