de.tudarmstadt.ukp.jwktl.parser.de.components
Class DEBlockHandler
java.lang.Object
de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
de.tudarmstadt.ukp.jwktl.parser.de.components.DEBlockHandler
- All Implemented Interfaces:
- IBlockHandler
- Direct Known Subclasses:
- DEEntryLinkHandler, DEEtymologyHandler, DEPartOfSpeechHandler, DEPronunciationHandler, DESenseDefinitionHandler, DESenseIndexedBlockHandler, DETranslationHandler, DEWordFormHandler, DEWordLanguageHandler
public abstract class DEBlockHandler
- extends BlockHandler
Abstract base class for all parser components for the German Wiktionary.
- Author:
- Christian M. Meyer
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler |
labels |
Constructor Summary |
DEBlockHandler(String... labels)
Initializes the block handler for parsing all sections starting with
one of the specified labels. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBlockHandler
public DEBlockHandler(String... labels)
- Initializes the block handler for parsing all sections starting with
one of the specified labels.
Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.