mmcs-ruby / sentiment

MIT License
0 stars 8 forks source link

Module Text_preprocessor which has two functions : #12

Closed denis46-g closed 2 years ago

denis46-g commented 2 years ago

1) the first one gets corpus - list of tokenized texts (list of list of words) and returns a dictionary where each word will matched with it frequency in list 2) the second one deletes words with very high and low frequency in input corpus and returns changed corpus

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 0ba96514 and detected 0 issues on this pull request.

View more on Code Climate.