Current section
Files
Jump to
Current section
Files
include/lancaster_stemmer_Rule.hrl
-record(rule, {
id :: binary(),
letter :: binary(),
suffix :: binary(),
intact :: boolean(),
remove :: integer(),
append :: binary(),
restem :: boolean()
}).