-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
In the documentation for update-non-seperator-tokens, examples for other languages correctly use the updateNonSeparatorTokens
method. However, the Rust example incorrectly uses the .set_dictionary
method.
The Rust example should instead use something like:
.set_non_separator_tokens(&vec!["@".to_string(), "#".to_string()])
This issue applies to all APIs under Separator tokens and Non-separator tokens, where Rust code currently references dictionary-related APIs.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers