Package org.languagetool.tagging.en
Class EnglishTagger
- java.lang.Object
-
- org.languagetool.tagging.BaseTagger
-
- org.languagetool.tagging.en.EnglishTagger
-
- All Implemented Interfaces:
org.languagetool.tagging.Tagger
public class EnglishTagger extends org.languagetool.tagging.BaseTagger
English Part-of-speech tagger. The POS tagset is described in tagset.txt
-
-
Constructor Summary
Constructors Constructor Description EnglishTagger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getManualAdditionsFileName()
java.lang.String
getManualRemovalsFileName()
-
-
-
Method Detail
-
getManualAdditionsFileName
public java.lang.String getManualAdditionsFileName()
- Specified by:
getManualAdditionsFileName
in classorg.languagetool.tagging.BaseTagger
-
getManualRemovalsFileName
public java.lang.String getManualRemovalsFileName()
- Overrides:
getManualRemovalsFileName
in classorg.languagetool.tagging.BaseTagger
-
-