de.tudarmstadt.ukp.jwktl.parser.en.components
Class ENBlockHandler
java.lang.Object
de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
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
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.