-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Tokenizers - Character group #8350
[DOC] Tokenizers - Character group #8350
Conversation
Signed-off-by: [email protected] <[email protected]>
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
Signed-off-by: [email protected] <[email protected]>
@udabhas Will you review this PR for technical accuracy, or have a peer review it? Thank you. |
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: [email protected] <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc review complete
Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: leanneeliatra <[email protected]>
The following response shows that the specified characters have been removed: | ||
|
||
``` | ||
Fast cars drive fast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This returns fast!
all tokens -
Fast cars drive fast!
|
||
The character group tokenizer accepts the following parameters: | ||
|
||
1. `tokenize_on_chars`: Specifies a set of characters on which the text should be tokenized. The tokenizer creates a new token upon encountering any character from the specified set, for example, single characters `(e.g., -, @)` and character classes such as `whitespace`, `letter`, `digit`, `punctuation`, and `symbol`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also would be good to add that this tokenizer accepts escape characters
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws @leanneeliatra LGTM!
* finished tokenizers example Signed-off-by: [email protected] <[email protected]> * updating nav order Signed-off-by: [email protected] <[email protected]> * layout cleanup Signed-off-by: [email protected] <[email protected]> * grammar fix Signed-off-by: [email protected] <[email protected]> * doc: small update for page numbers Signed-off-by: [email protected] <[email protected]> * layout fix: correct scentence case for all examples Signed-off-by: [email protected] <[email protected]> * small update: adding copy tag for json segment Signed-off-by: [email protected] <[email protected]> * Update _analyzers/tokenizers/character-group-tokenizer.md Signed-off-by: Melissa Vagi <[email protected]> * Update _analyzers/tokenizers/character-group-tokenizer.md Signed-off-by: Melissa Vagi <[email protected]> * Update _analyzers/tokenizers/character-group-tokenizer.md Signed-off-by: Melissa Vagi <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: leanneeliatra <[email protected]> * Doc review Signed-off-by: Fanit Kolchina <[email protected]> * Reorder index Signed-off-by: Fanit Kolchina <[email protected]> * Add escape characters Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: leanneeliatra <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Fanit Kolchina <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> (cherry picked from commit b52ec2f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Addition of the Tokenizer - Character group documentation.
Added in the Analyzers section
Issues Resolved
Part of #1483 addressed in this PR.
Version
all
Frontend features
n/a
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.