Kyle Gorman

Results 217 comments of Kyle Gorman
trafficstars

Does `ipapy` accept them in NKFD normalization? if so you could just use `unicodedata.normalize` to convert to NFKD, check against `ipapy`, and then convert back.

That could work. 1. What happens if we use NFD instead of NFKD? 2. What if we check `is_valid_ipa(nfkd_phone) or phone == "ç"`? Do you think that's simpler than trying...

That seems like an improvement to me. Given how much trouble this is, though, and how recently `ipapy` was added to this approach, maybe we should just drop it and...

Let's do the change for now. On Mon, Nov 23, 2020 at 6:54 PM ajmalanoski wrote: > It's up to you. I've already made the change on my local copy,...

Honestly I think I would just maintain a `frozenset` myself for this, if that's the case. On Mon, Nov 23, 2020 at 6:57 PM Alexander Gutkin wrote: > Yeah, do...

Should this be closed @ajmalanoski or are there outstanding issues here?

Okay, not a crazy idea, if you want to. Let's keep it open then. On Wed, Nov 25, 2020 at 1:59 PM ajmalanoski wrote: > I wasn't sure if you...

I'd rather just have them in separate files and if people want to combine them they're welcome to. I can't think how I'd use the three-column file for actual processing...

@jacksonllee would love your thoughts on this. Keeps coming up...

Nice! On Sun, Jan 24, 2021 at 2:52 AM Hossep Dolatian wrote: > I managed to get the Armenian Wiktionary editors to upgrade their script > so that the colloquial...