Shripad Badithe

Results 13 issues of Shripad Badithe

As a user, I wish NLP Primitives had the ability to handle unicode text. Currently, Unicode text is not correctly handled by regexes in `nlp_primitives`. For example, `Àbc` is not...

enhancement

- Multiple primitives make use of regular expressions. Some of them define what punctuation to delimit on. We should standardize these. This would give users the confidence that Primitive A...

As a user, I wish there was a NLP primitive that computed the frequency of mentions given a list of texts, as in https://stackoverflow.com/questions/49865756/extract-and-count-hashtags-from-a-dataframe/49865854#49865854. This is the mention analogue of...