Skip to content

Commit

Permalink
minor tweat on README and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
He Hao committed May 15, 2020
1 parent 36aed85 commit 4d6ace6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Features
"remove special characters", "remove_special_character"
"remove punctuations", "remove_punctuation"
"remove extra whitespace", "remove_whitespace"
"normalize unicode (e.g., Café -> Cafe)", "normalize_unicode"
"normalize unicode (e.g., café -> cafe)", "normalize_unicode"
"remove stop words", "remove_stopword"
"tokenize words", "tokenize_word"
"tokenize sentences", "tokenize_sentence"
"substitute custom words (e.g., msft -> Microsoft)", "substitute_token"
"substitute custom words (e.g., vs -> versus)", "substitute_token"
"stem words", "stem_word"
"lemmatize words", "lemmatize_word"
"preprocess text through a sequence of preprocessing functions", "preprocess_text"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Features
| remove special characters | remove_special_character |
| remove punctuations | remove_punctuation |
| remove extra whitespace | remove_whitespace |
| normalize unicode (e.g., Café -> Cafe) | normalize_unicode |
| normalize unicode (e.g., café -> cafe) | normalize_unicode |
| remove stop words | remove_stopword |
| tokenize words | tokenize_word |
| tokenize sentences | tokenize_sentence |
| substitute custom words (e.g., msft -> Microsoft) | substitute_token |
| substitute custom words (e.g., vs -> versus) | substitute_token |
| stem words | stem_word |
| lemmatize words | lemmatize_word |
| preprocess text through a sequence of preprocessing functions | preprocess_text |

0 comments on commit 4d6ace6

Please sign in to comment.