Havrish Herman
Results
2
issues of
Havrish Herman
Hi, I have function ``` def bag_of_term(text): doc = textacy.Doc(text) bot = doc.to_bag_of_terms(ngrams=(2, 3, 4), named_entities=True, weighting='count', as_strings=True) print(bot.items()) return sorted(bot.items(), key=lambda x: x[1], reverse=True) ``` which works normally and...
Hi @techknowlogick thanks for the awesome fork. We are currently using it and it worked well so far I have a request regarding mobile support: is there any chance that...
help wanted
kind/feature