writer / replaCy

spaCy match and replace, maintaining conjugation
https://pypi.org/project/replacy/
MIT License
34 stars 8 forks source link

validator improvement (pattern list of lists) #33

Closed sam-writer closed 3 years ago

sam-writer commented 4 years ago

I had a pattern that was a list of lists. This should be a type error, but it validated. I am sorry I lost the example.

sam-writer commented 4 years ago

I had a malformed match_dict today that was missing patterns entirely, and somehow wasn't caught?