Right now roman numbers are a problem because they cannot be interpreted, basically they are like symbols but composited.
Ideally is better to remove stuff like X, XIII, MCXX and so on.
Example list at https://gist.github.com/riverrun/ac91218bb1678b857c12#file-roman_numerals-py-L14
So we can append to the blacklist generated this stuff.
Right now roman numbers are a problem because they cannot be interpreted, basically they are like symbols but composited.
Ideally is better to remove stuff like X, XIII, MCXX and so on.
Example list at https://gist.github.com/riverrun/ac91218bb1678b857c12#file-roman_numerals-py-L14
So we can append to the blacklist generated this stuff.