de.danielnaber.languagetool.tagging.es
Class SpanishTagger

Object
  extended by BaseTagger
      extended by 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

Constructor Summary
SpanishTagger()
           
 
Method Summary
 void setFileName()
          Set the filename in a JAR, eg.
 
Methods inherited from class BaseTagger
createNullToken, tag
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanishTagger

public SpanishTagger()
Method Detail

setFileName

public final void setFileName()
Description copied from class: BaseTagger
Set the filename in a JAR, eg. /resource/fr/french.dict.

Specified by:
setFileName in class BaseTagger


Copyright © 2005-2007 Daniel Naber