PythonVerbalExpressions
PythonVerbalExpressions copied to clipboard
suggestion: use regex module to support unicode word characters and similar
Curent implementaion will only match latin characters when VerEx().word() is used. To support unicode word characters re module should be replaced with regex module: https://pypi.python.org/pypi/regex
Can you give some examples that can't be fixed by adding method to make VerbExp use re.UNICODE flag?