de.tudarmstadt.ukp.jwktl.parser.de.components
Class DEBlockHandler

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
      extended by 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

Field Summary
 
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.
 
Method Summary
 
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
canHandle, fillContent, getLabels, processBody, processHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.