modifiedEncoder property

Nysiis modifiedEncoder
final

An instance that uses defaultModifiedMaxLength for maxLength and sets enableModified to true to replicate the modified NYSIIS algorithm.

Implementation

static final Nysiis modifiedEncoder = Nysiis.withOptions(
    maxLength: defaultModifiedMaxLength, enableModified: true);