Package org.languagetool.rules.uk
Class TokenAgreementVerbNounExceptionHelper
java.lang.Object
org.languagetool.rules.uk.TokenAgreementVerbNounExceptionHelper
- Since:
- 5.9
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisException(AnalyzedTokenReadings[] tokens, org.languagetool.rules.uk.TokenAgreementVerbNounRule.State state, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> verbInflections, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> nounAdjInflections, List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings)
-
Method Details
-
isException
public static boolean isException(AnalyzedTokenReadings[] tokens, org.languagetool.rules.uk.TokenAgreementVerbNounRule.State state, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> verbInflections, List<org.languagetool.rules.uk.VerbInflectionHelper.Inflection> nounAdjInflections, List<AnalyzedToken> verbTokenReadings, List<AnalyzedToken> nounTokenReadings)
-