|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IBlockHandler in de.tudarmstadt.ukp.jwktl.parser |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser with type parameters of type IBlockHandler | |
---|---|
protected List<IBlockHandler> |
WiktionaryEntryParser.handlers
|
Methods in de.tudarmstadt.ukp.jwktl.parser that return IBlockHandler | |
---|---|
protected IBlockHandler |
WiktionaryEntryParser.selectHandler(String line)
Find a handler that is willing to handle the given line. |
Methods in de.tudarmstadt.ukp.jwktl.parser with parameters of type IBlockHandler | |
---|---|
protected void |
WiktionaryEntryParser.register(IBlockHandler handler)
Register the given handler that will be invoked during the parsing. |
Uses of IBlockHandler in de.tudarmstadt.ukp.jwktl.parser.components |
---|
Classes in de.tudarmstadt.ukp.jwktl.parser.components that implement IBlockHandler | |
---|---|
class |
BlockHandler
Default implementation of the IBlockHandler interface that serves
as a base class for parsing any article constituent. |
class |
CategoryHandler
Extract categories. |
class |
InterwikiLinkHandler
Generic parser component for extracting interwiki links (e.g., [de:dog]) from the Wiktionary article pages. |
Uses of IBlockHandler in de.tudarmstadt.ukp.jwktl.parser.de.components |
---|
Classes in de.tudarmstadt.ukp.jwktl.parser.de.components that implement IBlockHandler | |
---|---|
class |
DEBlockHandler
Abstract base class for all parser components for the German Wiktionary. |
class |
DECollocationsHandler
Parser component for extracting collocatoins from the German Wiktionary. |
class |
DEEntryLinkHandler
Parser component for extracting entry links from the German Wiktionary. |
class |
DEEtymologyHandler
Parser component for extracting etymological information from the German Wiktionary. |
class |
DEPartOfSpeechHandler
Parser component for extracting part of speech tags from the German Wiktionary. |
class |
DEPronunciationHandler
Parser component for extracting pronunciations from the German Wiktionary. |
class |
DEReferenceHandler
Parser component for extracting references from the German Wiktionary. |
class |
DERelationHandler
Parser component for extracting semantic relations from the German Wiktionary. |
class |
DESenseDefinitionHandler
Parser component for extracting sense definitions from the German Wiktionary. |
class |
DESenseExampleHandler
Parser component for extracting example sentences from the German Wiktionary. |
class |
DESenseIndexedBlockHandler<InformationType>
Abstract parser component for extracting sense-disambiguated information items from the German Wiktionary (e.g., example sentences, semantic relations, translations). |
class |
DETranslationHandler
Parser component for extracting translations from the German Wiktionary. |
class |
DEWordFormHandler
Parser component for extracting inflected word forms from the German Wiktionary. |
class |
DEWordLanguageHandler
Parser component for extracting the lemma and its language from the German Wiktionary. |
Uses of IBlockHandler in de.tudarmstadt.ukp.jwktl.parser.en.components |
---|
Classes in de.tudarmstadt.ukp.jwktl.parser.en.components that implement IBlockHandler | |
---|---|
class |
ENBlockHandler
Abstract base class for all parser components for the English Wiktionary. |
class |
ENEtymologyHandler
Parser component for extracting etymological information from the English Wiktionary. |
class |
ENPronunciationHandler
Parser component for extracting pronunciations from the English Wiktionary. |
class |
ENQuotationHandler
Parser component for extracting quotations from the English Wiktionary. |
class |
ENReferenceHandler
Parser component for extracting references and external links from the English Wiktionary. |
class |
ENRelationHandler
Parser component for extracting semantic relations from the English Wiktionary. |
class |
ENSenseHandler
Extract POS, gloss and inner-definition quotations. |
class |
ENSenseIndexedBlockHandler
Abstract base class for extracting information types associated with a certain word sense. |
class |
ENTranslationHandler
Parser component for extracting translations from the English Wiktionary. |
class |
ENWordLanguageHandler
Parser component for extracting a words language from the English Wiktionary. |
Uses of IBlockHandler in de.tudarmstadt.ukp.jwktl.parser.ru |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru that return IBlockHandler | |
---|---|
IBlockHandler |
RUWiktionaryEntryParser.selectHandler(String line)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |