Class ConvTable

java.lang.Object
org.apache.lucene.analysis.hunspell.ConvTable

class ConvTable extends Object
ICONV or OCONV replacement table
  • Field Details

    • fst

      private final FST<CharsRef> fst
    • firstCharHashes

      private final FixedBitSet firstCharHashes
    • mod

      private final int mod
  • Constructor Details

  • Method Details

    • applyMappings

      void applyMappings(StringBuilder sb)
    • mightReplaceChar

      boolean mightReplaceChar(char c)