-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 's'
key when looking up similar adjectives
#15
Comments
I think, Line 8 in 56659be
I think that is a mistake in this implementation. Ramblings A synset's The syset objects themselfs in wordnet.jl contain both If we look at 2 links of
We can see Now the thing we ned to extract out of a relation line ( |
(x-posted from Slack)
Looking up the similar adjectives for some synsets throws a key error:
This seems to be resolved by just replacing
synset.synset_type
withsynset.synset_type == 's' ? 'a' : synset.synset_type
inWordNet.jl/src/operations.jl
Line 8 in ee4a0c3
The text was updated successfully, but these errors were encountered: