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
 String getFileName()
          Get the filename, e.g., /resource/fr/french.dict.
 
Methods inherited from class BaseTagger
createNullToken, createToken, setLocale, tag
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanishTagger

public SpanishTagger()
Method Detail

getFileName

public final String getFileName()
Description copied from class: BaseTagger
Get the filename, e.g., /resource/fr/french.dict.

Specified by:
getFileName in class BaseTagger


Copyright © 2005-2009 Daniel Naber