Jackson L. Lee

Results 21 comments of Jackson L. Lee

Hello, I've started looking into this. With the colaje corpus data, I was able to reproduce the reported alignment issue. I saw misalignment due to `xx` and `yy` which the...

Hello, thank you for filing this issue! Based on the stack trace shown, my guess is that the underlying glmnet fortran library wasn't compiled, which would explain why `_glmnet` module...

Hello, as far as I can tell, there have been no changes within `setup.py` for compiling Fortran code in the past several years (the other changes I made a week...

To confirm, I've just checked my Mac, and indeed it's on gcc 9.3. I also don't quite see how, if at all, the gcc version is hard-coded for building the...

> 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...

Just left [this comment](https://github.com/kylebgorman/wikipron/pull/340#discussion_r567214544) about Min Nan. Chinese languages are tough...

It looks like an issue, or at least inconsistency, in upstream Wiktionary, rather than something we should fix here in WikiPron. Is there a way to flag this upstream?

+1 for switching to / using ISO 639-3 codes consistently. I'd imagine German speakers would prefer seeing `deu` rather than `ger`, `fra` for French rather than `fre`, etc.

For other projects I also need ISO 639 language code look-up in Python, and so I've just released my own package for this purpose and planned on keeping the language...

> Is it on PyPI yet? Yes -- https://pypi.org/project/python-iso639/