Class EsperantoTagger

java.lang.Object
org.languagetool.tagging.eo.EsperantoTagger
All Implemented Interfaces:
org.languagetool.tagging.Tagger

public class EsperantoTagger extends Object implements org.languagetool.tagging.Tagger
A part-of-speech tagger for Esperanto.
Author:
Dominique Pellé
  • Constructor Details

    • EsperantoTagger

      public EsperantoTagger()
  • Method Details

    • tag

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

      public org.languagetool.AnalyzedTokenReadings createNullToken(String token, int startPos)
      Specified by:
      createNullToken in interface org.languagetool.tagging.Tagger
    • createToken

      public org.languagetool.AnalyzedToken createToken(String token, String posTag)
      Specified by:
      createToken in interface org.languagetool.tagging.Tagger