Class DoubleMetaphoneFilter

    • Constructor Detail

      • DoubleMetaphoneFilter

        public DoubleMetaphoneFilter​(TokenStream input,
                                     int maxCodeLength,
                                     boolean inject)
        Creates a DoubleMetaphoneFilter with the specified maximum code length, and either adding encoded forms as synonyms (inject=true) or replacing them.