To count tokens, use a word tokenizer in wordview.text_analysis.core.do_txt_analysis
#144
Labels
wordview.text_analysis.core.do_txt_analysis
#144
Description
Currently in
wordview.text_analysis.core.do_txt_analysis
tokens are extracted by splitting the text around space. Improve this by using a tokenizer. E.g. nltk word tokenizer.Solution:
The text was updated successfully, but these errors were encountered: