Uses of Class
pl.sgjp.morfeusz.TokenNumbering
-
-
Uses of TokenNumbering in pl.sgjp.morfeusz
Methods in pl.sgjp.morfeusz that return TokenNumbering Modifier and Type Method Description TokenNumbering
Morfeusz. getTokenNumbering()
static TokenNumbering
TokenNumbering. swigToEnum(int swigValue)
static TokenNumbering
TokenNumbering. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TokenNumbering[]
TokenNumbering. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.sgjp.morfeusz with parameters of type TokenNumbering Modifier and Type Method Description void
Morfeusz. setTokenNumbering(TokenNumbering numbering)
Set token numbering policy.
-