RobinSobczyk
RobinSobczyk
Here is the rewriting rules I use to handle most of the non standard symbols (here and elsewhere) : ```Python alternatives = { "\u02FA": "\u031A", # end high tone instead...
I still find the following non IPA symbols while applying NFD decomposition of unicode symbols (most of them being handled in the rewriting rules I gave) : - `#`, hex...
Hi, Can I help in any way to solve and close this issue ? Like providing a (python) script to apply rewriting rules or anything ?
Hi ! Thanks for the update, I updated my code to report as well the files in which the symbol are found. I grouped them depending on what I thought...
Thanks for this answer ! I think adding this trick (or at least mentioning that one could leverage the property decorator in pair with passing a string to dispatch) in...
Don't know if it helps, but here's my code to use the function the way I wanted : ```Python import matplotlib.pyplot as plt import numpy as np from matplotlib.collections import...