doches/rwordnet

AdjectiveIndex and AdverbIndex try fail accessing missing dictionary on sysnets

atduskgreg opened this issue · 1 comments

While NounIndex works fine, when I try to use AdjectiveIndex and AdverbIndex, WordNet seems to look in the wrong place for the dictionary. I can create an instance of the index and call find on it, but when I try to call synsets, WordNet looks in the wrong place for the dictionary. If I alter the "pos" instance variable on the instances then I can get it to successfully find the correct dictionary

I've documented the problem extensively here:

https://gist.github.com/atduskgreg/e3fcdd8842b113c88b02

Fixed the issue, pull request: #8