Michael Wayne Goodman

Results 199 comments of Michael Wayne Goodman

Following up... with the `wndb2lmf.py` script of omw-data I was able to produce a WNLMF file for WordNet 2.1 with minimal effort, but for 2.0 and previous the lack of...

Oh I didn't realize you published that one. First, I noticed that only the sources are published and I had to run the `scripts/merge.py` command to produce the single XML...

> I am pretty sure the difference in entry count is that we counted 's' adjectives as different lexical entries. I think you're right. The fact that there are the...

Another follow-up... At first I thought that pre-2.1 versions did not include syntactic frames in the data files, but on closer inspection they do; it's just that the frame descriptions...

I used the older mappings when converting to WN-LMF, but I ignored the confidence score. I'll use it for filtering and make the confidence threshold an option.

@fcbond do you know if anyone is inspecting the ILI objects from `Synset.ili`?

If we're breaking things, then I might take this opportunity to change it so the ILI metadata becomes the metadata of the definition, as it is in WN-LMF. That means...

@fcbond thanks for the feedback! > Should we also think about allowing other identifiers (like wikidata)? We talked about alternative (i.e., non-CILI) ILI identifiers, like for Wikidata or Geonames, in...

Further thoughts on this... ### Current usage ```python # Get known ILI for a synset ss ss.ili # returns ILI object # Get proposed ILI for a synset ss ss.ili...