Expand description
Modules§
- models
- models provides trained machine learning model.
Constants§
- DEFAULT_
THRESHOLD - DEFAULT_THRESHOLD is default threshold for splitting a sentences.
Functions§
- parse
- parse returns splitted string slice from input. It is shorthand for budoux::parse_with_threshold(model, input, budoux::DEFAULT_THRESHOLD).
- parse_
with_ threshold - parse_with_threshold returns splitted string slice from input.
Type Aliases§
- Model
- Model is type of trained machine learning model. key (String) is feature of character, value (i32) is score of feature.