Class TokenAgreementNounVerbExceptionHelper

java.lang.Object
org.languagetool.rules.uk.TokenAgreementNounVerbExceptionHelper

public final class TokenAgreementNounVerbExceptionHelper extends Object
Since:
3.6
  • 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)