Frankie Robertson

Results 180 comments of Frankie Robertson

Hi. Sorry for the radio silence. I think this seems like the correct way to me. If such a plugin mechanism had been available I probably would have just used...

I think this is one of the most comprehensive parsers which does that: https://github.com/tatuylonen/wiktextract

The issue has also been fixed in master -- although in a different way to the `dev-4.0` branch it looks like. Such is the nature of having long lived divergent...

From the perspective of what works for a fellow user, I would recommend sticking with HFST 3 over the untested HFST 4, which is also currently missing changes applied to...

As far as I can see, the nightly builds do work and there is no issue with unordered_map in recent versions. This issue is about pip install, which downloads packages...

The problem is `-DINCLUDE_TR1_UNORDERED_MAP_AND_SET`. Find where that gets set on the command line and remove it then the modern c++11 version will get used.

It's not an exact duplicate. #448 would be solved if either this or https://github.com/hfst/hfst/issues/461 were solved.

I have this problem, and have tracked it down to my own misconfigured setup where I have an IPv6 address, but no IPv6 route to the Internet. Possibly others have...

https://github.com/JuliaPackaging/Yggdrasil/pull/5318

Here's another example using CPU and self-contained. After following compilation instructions: ``` $ wget https://youtube-dl.org/downloads/latest/youtube-dl $ chmod +x ./youtube-dl $ ./youtube-dl -o breakingnews.mp4 -f 'bestvideo' 'https://www.youtube.com/watch?v=9U4Ha9HQvMo' $ python3 ../tests/benchmark/bench_decord.py --file...