Class BretonTagger

java.lang.Object
org.languagetool.tagging.BaseTagger
org.languagetool.tagging.br.BretonTagger
All Implemented Interfaces:
org.languagetool.tagging.Tagger

public class BretonTagger extends org.languagetool.tagging.BaseTagger
Breton Tagger. Based on Breton diction diction from apertium: Copyright (C) 2008--2010 Francis Tyers (ftyers@prompsit.com) Copyright (C) 2009--2010 Fulup Jakez (fulup.jakez@ofis-bzh.org) Copyright (C) 2009 Gwenvael Jekel (jequelg@yahoo.fr) Development supported by: * Prompsit Language Engineering, S. L. * Ofis ar Brezhoneg * Grup Transducens, Universitat d'Alacant Implemented in FSA.
Author:
Dominique Pellé (dominique.pelle@gmail.com)
  • Field Summary

    Fields inherited from class org.languagetool.tagging.BaseTagger

    wordTagger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    List<org.languagetool.AnalyzedTokenReadings>
    tag(List<String> sentenceTokens)
     

    Methods inherited from class org.languagetool.tagging.BaseTagger

    additionalTags, asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getManualRemovalsFileName, getWordTagger, overwriteWithManualTagger

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BretonTagger

      public BretonTagger()
  • Method Details

    • getManualAdditionsFileName

      public String getManualAdditionsFileName()
      Specified by:
      getManualAdditionsFileName in class org.languagetool.tagging.BaseTagger
    • tag

      public List<org.languagetool.AnalyzedTokenReadings> tag(List<String> sentenceTokens) throws IOException
      Specified by:
      tag in interface org.languagetool.tagging.Tagger
      Overrides:
      tag in class org.languagetool.tagging.BaseTagger
      Throws:
      IOException