Michael Wayne Goodman

Results 199 comments of Michael Wayne Goodman

@Hypercookie that sounds like a good plan. I also don't know when I'll find a few hours to try and code it up and test it, so don't hold your...

Thanks! I'm able to download the package, but the link to the project homepage on GitHub gives a 404, so I think it might be a private repo?

Great, thanks, I've assigned you. You can see the headings I've put already in `docs/guides/wordnet.rst` (rendered [here](https://goodmami.org/wn/guides/wordnet.html)), but I'm open to suggestions to add/change that content. Do you have experience...

The easiest solution here is probably to just put them in the database rather than doing something custom. If we're just creating a new table and not modifying an existing...

Validation is now handled with `wn.validate`, so I'm pulling this off the v0.9.0 milestone to avoid holding it up. I think we need to to re-evaluate what to do here....

@ZhaofengWu thanks for your interest, but I don't currently have this slated for an upcoming release. I'd be happy to have it, but it's not currently a priority. The LOGON...

That would work. The RESTful interface is not well-suited for processing large corpora. You can use PyDelphin's ACE interface, or use ACE directly with `art` (http://sweaglesw.org/linguistics/libtsdb/art), or you can use...

Sorry, I just meant that the mailing list message I linked to (http://lists.delph-in.net/archives/developers/2019/002883.html) is the final message in its thread. So you may want to look at other messages in...

Thanks. I have also looked over the `$LOGONROOT/uio/dtm/converter.py` script and found it hard to work out. I read through the methodology chapter/section of Angelina's thesis and the LAW 2012 paper...

[This approach](https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/) to hosting an SQLite database in a static web host might be an alternative solution that would allow us to host something like the OMW using only GitHub...