dweiss commented on a change in pull request #2229: URL: https://github.com/apache/lucene-solr/pull/2229#discussion_r562463263
########## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java ########## @@ -472,9 +472,9 @@ private boolean checkCondition( * @param strippedWord Word the affix has been removed and the strip added * @param length valid length of stripped word * @param affix HunspellAffix representing the affix rule itself - * @param prefixFlag when we already stripped a prefix, we cant simply recurse and check the - * suffix, unless both are compatible so we must check dictionary form against both to add it - * as a stem! + * @param prefixId when we already stripped a prefix, we cant simply recurse and check the suffix, Review comment: cant -> can't (I realize it's not you, but maybe correct while we're here). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org