nlp_primitives icon indicating copy to clipboard operation
nlp_primitives copied to clipboard

Standardize Regular Expressions

Open sbadithe opened this issue 2 years ago • 0 comments

  • 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 does not consider a string to be one word, while Primitive B considers it to be two. We could define the regexes in a common file and import them in the primitives.

sbadithe avatar Aug 19 '22 20:08 sbadithe