Uses of Enum Class
pl.sgjp.morfeusz.TokenNumbering
-
Uses of TokenNumbering in pl.sgjp.morfeusz
Subclasses with type arguments of type TokenNumbering in pl.sgjp.morfeuszModifier and TypeClassDescriptionenumRepresents token numbering strategies (default is SEPARATE_NUMBERING).Methods in pl.sgjp.morfeusz that return TokenNumberingModifier and TypeMethodDescriptionMorfeusz.getTokenNumbering()static TokenNumberingTokenNumbering.swigToEnum(int swigValue) static TokenNumberingReturns the enum constant of this class with the specified name.static TokenNumbering[]TokenNumbering.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.sgjp.morfeusz with parameters of type TokenNumberingModifier and TypeMethodDescriptionvoidMorfeusz.setTokenNumbering(TokenNumbering numbering) Set token numbering policy.