org.languagetool.tagging.es
Class SpanishTagger

java.lang.Object
  extended by org.languagetool.tagging.BaseTagger
      extended by org.languagetool.tagging.es.SpanishTagger
All Implemented Interfaces:
Tagger

public class SpanishTagger
extends BaseTagger

Spanish Tagger Based on FreeLing tagger dictionary and Spanish Wikipedia corpus tagged with FreeLing.

Author:
Marcin Milkowski

Field Summary
 
Fields inherited from class org.languagetool.tagging.BaseTagger
conversionLocale, dictLookup
 
Constructor Summary
SpanishTagger()
           
 
Method Summary
 String getFileName()
           
 
Methods inherited from class org.languagetool.tagging.BaseTagger
additionalTags, asAnalyzedToken, asAnalyzedTokenList, createNullToken, createToken, dontTagLowercaseWithUppercase, setLocale, tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanishTagger

public SpanishTagger()
Method Detail

getFileName

public final String getFileName()
Specified by:
getFileName in class BaseTagger


Copyright © 2013. All Rights Reserved.