string_operation module¶
-
string_operation.
prepare_words
(raw_text, bApplyStemmer=True, bCheckStopWords=False)[source]¶ prepares the word for the comparision with the vocab list
Parameters: - raw_text – text with control characters, number,
- bApplyStemmer – true if is stemming shall be applied
- bCheckStopWords – true if stopwords shall be removed
Returns: normed word list