|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWiktionaryDumpParser
Parser for Wiktionary dump files obtained from http://download.wikimedia.org/backup-index.html.
Method Summary | |
---|---|
Iterable<IWiktionaryPageParser> |
getPageParsers()
Returns the list of all registered IWiktionaryPageParser s. |
void |
parse(File dumpFile)
Starts the parsing of the given dump file. |
void |
register(IWiktionaryPageParser pageParser)
Register the given IWiktionaryPageParser . |
Method Detail |
---|
void parse(File dumpFile) throws WiktionaryException
WiktionaryException
- 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()
IWiktionaryPageParser
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |