Package org.languagetool.rules.uk
Class VerbInflectionHelper
java.lang.Object
org.languagetool.rules.uk.VerbInflectionHelper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static List<VerbInflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> nounTokenReadings) (package private) static List<VerbInflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings) (package private) static List<VerbInflectionHelper.Inflection> getVerbInflections(List<AnalyzedToken> nounTokenReadings) (package private) static booleaninflectionsOverlap(List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings)
-
Field Details
-
VERB_INFLECTION_PATTERN
-
NOUN_INFLECTION_PATTERN
-
ADJ_INFLECTION_PATTERN
-
NOUN_PERSON_PATTERN
-
-
Constructor Details
-
VerbInflectionHelper
VerbInflectionHelper()
-
-
Method Details
-
getVerbInflections
static List<VerbInflectionHelper.Inflection> getVerbInflections(List<AnalyzedToken> nounTokenReadings) -
getNounInflections
static List<VerbInflectionHelper.Inflection> getNounInflections(List<AnalyzedToken> nounTokenReadings) -
getAdjInflections
static List<VerbInflectionHelper.Inflection> getAdjInflections(List<AnalyzedToken> nounTokenReadings) -
inflectionsOverlap
static boolean inflectionsOverlap(List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings)
-