Skip to content

Commit 53fe350

Browse files
fixing more failing tests in __tests__/spelling.js
1 parent 563ff5e commit 53fe350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/glossary/label-in-name-algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sub-algorithm to tokenize a string:
1616

1717
- Convert the string to lower case.
1818
- For each character that either a) represents non-text content, or b) isn't a letter or a digit: replace that character with a space character.
19-
- For a) Judgment of "non-text" probably can't be fully automated. eg. "X" for "close" probably can be, but presumably there are more cases than this.
19+
- For a) Judgment of "non-text" probably can't be fully automated. For example: "X" for "close" probably can be automated, but presumably there are more cases than this.
2020
- For b) Use the Unicode classes Letter, Mark, and "Number, Decimal Digit [Nd]". (This will exclude hyphens, punctuation, emoji, and more.)
2121
- Remove all characters that are within parentheses (AKA round brackets).
2222
- Ignore square brackets and braces.

0 commit comments

Comments
 (0)