Open aendra-rininsland opened 6 years ago
Also, the short unicode escapes in analysis/gender.py are breaking things with the following:
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-5: truncated \UXXXXXXXX escape
Hi! I'm trying to migrate Gendermeme to a Python 3 environment and the old style imports are messing me up. Past Python 2.5, files in the same package should be referenced using dot notation:
PR forthcoming.