Rob Reynolds

Results 53 comments of Rob Reynolds

Workaround implemented in 765a2afb7d95d83b8bb179efe678fbd68e0d90fa.

Currently, this is implemented using a subprocess because it does not appear that this has been implemented in the python API for `hfst`. I've added an [issue on `hfst`'s github...

The intuition behind it is to place stress on the last syllable of the stem, but it fails for multisyllabic endings. In `udar`, `guess_syllable()` is only ever used as a...

Also, any plans to put this in PyPI?

@hoodmane Thanks for your help yesterday with getting an index of pyodide wheels. My bash history does not have the commands you entered. Can you paste the code we can...

The code to get a local index of pyodide wheels is... ```bash pip install pyodide-build pyodide venv .pyodide-venv ``` The index is now located in the directory listed under `--extra-index-url`...

@rmartin16 why is that less tenable than building it from `pyodide-build`?

This is ready for review. As with `cg-conv`, feel free to take over and make any changes you see fit. I'm not going to have much time for this for...

Just discovered that I hadn't actually validated the output and had accidentally put too many braces around readings. It's fixed now.

I should have thought to look at that. I knew that boost was already a dependency, so I just went with that. I'll try to refactor using `rapidjson`.