Kyle Gorman

Results 183 comments of Kyle Gorman

I'm not opposed. Would you send a PR? You'll just remove `casefold: true` from [`languages.json`](https://github.com/CUNY-CL/wikipron/blob/master/data/scrape/lib/languages.json) and [run the scrape](https://github.com/CUNY-CL/wikipron/blob/master/data/scrape/lib/README.md).

On Fri, Nov 4, 2022 at 6:11 PM Hossep Dolatian ***@***.***> wrote: > Just to confirm, you mean delete casefold: true and not simply change it > to casefold: false?...

> Did a PR I wonder if the various `cleanup` processes (casefolding, syllable removal, stress removal, etc.) could be turned into a single script. So that the WikiPron scrape has...

Testing of Latin is (hackily) paused in #520.

I am actually not sure, haven't seen this before, but building (or debugging) from source on a Mac is going to be difficult...hard to get an isolated environment that doesn't...

Yeah, then I'm stuck for easy solutions. I would consider just using Pynini 2.1.5 in one environment and OpenFst 1.8.1 in the other? They can talk to each other through...

Okay if I close this @schar?

That looks like it should work to me, given the code in line 338 oneward in _fst.pyx.tpl . On Fri, Sep 18, 2015 at 6:04 PM, GeorgeArgyros [email protected] wrote: >...

Y'all realize there's an official OpenFst Python wrapper with significantly more functionality than pyfst, that it is continuously maintained, it's compatible with recent versions of OpenFst, right? python.openfst.org (Please forgive...

This is saying that you don't have the required LAPACK headers in the expected place. You will either have to install them or tell the compiler where to find them...