de.tudarmstadt.ukp.jwktl.parser
Interface IWiktionaryEntryParser

All Known Implementing Classes:
DEWiktionaryEntryParser, ENWiktionaryEntryParser, RUWiktionaryEntryParser, WiktionaryEntryParser

public interface IWiktionaryEntryParser

A parser for separating an article page's text into individual Wiktionary word entries.

Author:
Christian M. Meyer

Method Summary
 void parse(WiktionaryPage page, String text)
          Creates Wiktionary word entry instances from the provided text, and adds them to the given article page.
 

Method Detail

parse

void parse(WiktionaryPage page,
           String text)
           throws WiktionaryException
Creates Wiktionary word entry instances from the provided text, and adds them to the given article page.

Throws:
WiktionaryException - in case of any parser errors.


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