originalEncoder property

Nysiis originalEncoder
final

An instance that uses defaultOriginalMaxLength for maxLength and sets enableModified to false to replicate the original NYSIIS algorithm.

Implementation

static final Nysiis originalEncoder = Nysiis.withOptions(
    maxLength: defaultOriginalMaxLength, enableModified: false);