Class EnglishSynthesizer

java.lang.Object
org.languagetool.synthesis.BaseSynthesizer
org.languagetool.synthesis.en.EnglishSynthesizer
All Implemented Interfaces:
Synthesizer

public class EnglishSynthesizer extends BaseSynthesizer
English word form synthesizer. Based on part-of-speech lists in Public Domain. See readme.txt for details, the POS tagset is described in tagset.txt. There are to special additions:
  1. +DT - tag that adds "a" or "an" (according to the way the word is pronounced) and "the"
  2. +INDT - a tag that adds only "a" or "an"