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

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
      extended by de.tudarmstadt.ukp.jwktl.parser.de.components.DEBlockHandler
          extended by de.tudarmstadt.ukp.jwktl.parser.de.components.DESenseIndexedBlockHandler<IWiktionaryRelation>
              extended by de.tudarmstadt.ukp.jwktl.parser.de.components.DERelationHandler
                  extended by de.tudarmstadt.ukp.jwktl.parser.de.components.DECollocationsHandler
All Implemented Interfaces:
IBlockHandler

public class DECollocationsHandler
extends DERelationHandler

Parser component for extracting collocatoins from the German Wiktionary.

Author:
Christian M. Meyer, Lizhen Qu

Field Summary
 
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.de.components.DERelationHandler
HTML_REMOVER, notes, REFERENCE_PATTERN, relationType, SUPERSCRIPT_PATTERN
 
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.de.components.DESenseIndexedBlockHandler
INDEX_PATTERN, indexedInformation, indexSet
 
Fields inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
labels
 
Constructor Summary
DECollocationsHandler()
          Initializes the block handler for parsing all sections starting with one of the specified labels.
 
Method Summary
protected  String addDelimiters(String text)
           
 
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.de.components.DERelationHandler
deWikify, escapeDelimiters, extract, normalizeWord, removeBrackets, removeComments, removeTemplates, updatePosEntry, updateSense
 
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.de.components.DESenseIndexedBlockHandler
addIndexedLine, appendIndexedLine, fillContent, processBody, processHead
 
Methods inherited from class de.tudarmstadt.ukp.jwktl.parser.components.BlockHandler
canHandle, getLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DECollocationsHandler

public DECollocationsHandler()
Initializes the block handler for parsing all sections starting with one of the specified labels.

Method Detail

addDelimiters

protected String addDelimiters(String text)
Overrides:
addDelimiters in class DERelationHandler


Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.