Michael Wayne Goodman

Results 199 comments of Michael Wayne Goodman

Hi Rimvydas, thanks for the feature request. PyDelphin is made to accommodate the data from any DELPH-IN grammar and not one (e.g., the ERG) in particular, so at this time...

@rimvydasrub are you still interested in this? I've been working a bit on the next version of PyDelphin and I think there's now space to make this happen. Let me...

I'm glad to hear you're still interested. In terms of the package structure, it would be best suited as a namespace package, as the `delphin` package of PyDelphin will become...

> I would prefer an option with repository created by delphin-in organization and me added as contributor/owner mostly because of better exposure of the tool developed for the community. Ok...

@rimvydasrub I haven't seen any commits to the other repository. Do you perhaps have some work that hasn't been pushed to GitHub? The DELPH-IN summit is in a week and...

Oh great, I hadn't seen the v0.1.0 branch as I hadn't gotten a notification. I'll take a look. And while the v1.0.0 design is mostly stable, the tsdb stuff has...

That would be great, thanks! Some notes: * This should not result in any code in the `wn/` subdirectory. * If you go with shell scripts, I prefer Linux/macOS as...

I've been a bit too busy to look at this properly. So to recap, you want one or more of the following I guess? 1. to print why the isomorphism...

Yes, isomorphism detection in general is NP-complete, but the vf2 algorithm works to cut down the search space to make it work in reasonable time, along with assumptions we can...

If it's just for the "slow" testing situation, we can just reorder both the gold and the current MRSs for comparison purposes. I think the EP order won't change often...