de.tudarmstadt.ukp.jwktl.parser.en.components
Class ENBlockHandler

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
      extended by de.tudarmstadt.ukp.jwktl.parser.en.components.ENBlockHandler
All Implemented Interfaces:
IBlockHandler
Direct Known Subclasses:
ENEtymologyHandler, ENPronunciationHandler, ENQuotationHandler, ENReferenceHandler, ENSenseHandler, ENSenseIndexedBlockHandler, ENWordLanguageHandler

public abstract class ENBlockHandler
extends BlockHandler

Abstract base class for all parser components for the English Wiktionary.

Author:
Christian M. Meyer

Field Summary
 
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
labels
 
Constructor Summary
ENBlockHandler(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

ENBlockHandler

public ENBlockHandler(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.