I found another problem with the wordnet distributions. All the database versions + the java and C# native apis (that access the original files) change the order of the synonyms compared to the ‘rendered’ output of wordnet. For instance, if you search for ‘january’ (or another month), the original wordnet search result will always show ‘january, jan’. The full month name is always first. But the db versions and the apis that I have tested first appear to do an alphabetic sort on the synonym list. This is annoying, cause the order has meaning. I was wondering, does your api also do this?
I’ve been trying to come up with a solution for this, but no luck yet.