edu.northwestern.at.utils.corpuslinguistics.contractionexpander
Class DefaultContractionExpander

java.lang.Object
  extended by edu.northwestern.at.utils.IsCloseableObject
      extended by edu.northwestern.at.utils.corpuslinguistics.contractionexpander.AbstractContractionExpander
          extended by edu.northwestern.at.utils.corpuslinguistics.contractionexpander.EnglishContractionExpander
              extended by edu.northwestern.at.utils.corpuslinguistics.contractionexpander.DefaultContractionExpander
All Implemented Interfaces:
ContractionExpander, UsesLogger

public class DefaultContractionExpander
extends EnglishContractionExpander

Default Contraction Expander is the English Contraction Expander.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.contractionexpander.EnglishContractionExpander
contractedSpellingsFileName, contractionTokenizer
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.contractionexpander.AbstractContractionExpander
contractedSpellings, logger
 
Constructor Summary
DefaultContractionExpander()
          Create default contractionExpander.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.contractionexpander.EnglishContractionExpander
expandContraction
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.contractionexpander.AbstractContractionExpander
getLogger, loadContractedSpellings, setLogger
 
Methods inherited from class edu.northwestern.at.utils.IsCloseableObject
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContractionExpander

public DefaultContractionExpander()
Create default contractionExpander.