org.languagetool.tagging.ca
Class CatalanTagger

java.lang.Object
  extended by org.languagetool.tagging.BaseTagger
      extended by org.languagetool.tagging.ca.CatalanTagger
All Implemented Interfaces:
Tagger

public class CatalanTagger
extends BaseTagger

Catalan Tagger Based on FreeLing tagger dictionary

Author:
Jaume Ortolà 

Constructor Summary
CatalanTagger()
           
 
Method Summary
 boolean existsWord(String word)
           
 String getFileName()
           
 
Methods inherited from class org.languagetool.tagging.BaseTagger
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

CatalanTagger

public CatalanTagger()
Method Detail

getFileName

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

existsWord

public boolean existsWord(String word)
                   throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.