Interface HyphenatorFactory

    • Field Detail

      • FEATURE_HYPHENATION_ACCURACY

        static final String FEATURE_HYPHENATION_ACCURACY

        Defines hyphenation accuracy on a scale from 1 to 5 (integer):

        • 5 is high accuracy, low performance
        • 3 is medium accuracy, medium performance
        • 1 is low accuracy, high performance

        Not all values must be implemented to support this feature. It is recommended, but not strictly required, that an implementation sends a log message when this feature is set to an unsupported value.

        See Also:
        Constant Field Values