Package org.languagetool.rules.uk
Class TokenAgreementNounVerbExceptionHelper
java.lang.Object
org.languagetool.rules.uk.TokenAgreementNounVerbExceptionHelper
- Since:
- 3.6
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisException(AnalyzedTokenReadings[] tokens, int nounPos, int verbPos, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> nounInflections, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> verbInflections, List<AnalyzedToken> nounTokenReadings, List<AnalyzedToken> verbTokenReadings)
-
Method Details
-
isException
public static boolean isException(AnalyzedTokenReadings[] tokens, int nounPos, int verbPos, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> nounInflections, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> verbInflections, List<AnalyzedToken> nounTokenReadings, List<AnalyzedToken> verbTokenReadings)
-