Interface Stemmer.CaseVariationProcessor

Enclosing class:
Stemmer

static interface Stemmer.CaseVariationProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    process(char[] word, int length, WordCase originalCase)
     
  • Method Details

    • process

      boolean process(char[] word, int length, WordCase originalCase)