public interface IWiktionaryDumpParser
| Modifier and Type | Method and Description |
|---|---|
Iterable<IWiktionaryPageParser> |
getPageParsers()
Returns the list of all registered
IWiktionaryPageParsers. |
void |
parse(File dumpFile)
Starts the parsing of the given dump file.
|
void |
register(IWiktionaryPageParser pageParser)
Register the given
IWiktionaryPageParser. |
void parse(File dumpFile) throws WiktionaryException
dumpFile - the dumpFileWiktionaryException - in case of any parser errors.void register(IWiktionaryPageParser pageParser)
IWiktionaryPageParser. The registered
parser will then be notified once a Wiktionary-related XML tag
has been processed.Iterable<IWiktionaryPageParser> getPageParsers()
IWiktionaryPageParsers.Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.