E.g., “aleph” results in an empty graph, and “heron” results in a false graph where all relations are to semantically unrelated “hero” except one to “Heron” the person. WordNet dataset actually does define “heron” as a bird, but somehow that was lost.
The ones that I’ve seen don’t seem to let you easily navigate all the interesting properties and relationships.
This looks dope!
Do you recommend some other viewer type software to use on OS X or is everything self contained in the zip file?
For the WNDB (WordNet DataBase) format, you could use the WordNet viewer or any WordNet compatible software. This will not be able to view all the Open English WordNet data, as it has parts of speech and relationship types not in the original WordNet.
For the RDF/Turtle (Resource Description Framework) format, you could use any RDF visualization tool. I don't have any specific recommendations.
For the LMF/XML (Lexical Markup Framework XML) format, you would need an XSLT stylesheet to convert the data to something else like HTML.
You could also run https://github.com/jmccrae/wordnet-angular locally, which is the project used to run the https://en-word.net website. That takes the LMF/XML data, creates a SQLite database for it, and runs a web server on that database.