de.danielnaber.languagetool.tagging.it
Class ItalianTagger

Object
  extended by BaseTagger
      extended by ItalianTagger
All Implemented Interfaces:
Tagger

public class ItalianTagger
extends BaseTagger

Italian tagger Uses morph-it! lexicon compiled by Marco Baroni and Eros Zanchetta see resource/it/readme-morph-it.txt for tagset

Author:
Marcin Milkowski

Constructor Summary
ItalianTagger()
           
 
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

ItalianTagger

public ItalianTagger()
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