Skip to content
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

Wordnet is missing some words. #227

Open
silentrob opened this issue Apr 7, 2015 · 3 comments
Open

Wordnet is missing some words. #227

silentrob opened this issue Apr 7, 2015 · 3 comments
Labels

Comments

@silentrob
Copy link
Member

I feel like this is a bug, but Im still digging in.

wordnet.lookup('fought', function(results) {
    // no results. 
}

http://wordnetweb.princeton.edu/perl/webwn?s=fought&sub=Search+WordNet&o2=&o0=1&o8=1&o1=1&o7=&o5=&o9=&o6=&o3=&o4=&h=

Related to #225 CC: @morungos

@silentrob silentrob added the Bug label Apr 7, 2015
@silentrob
Copy link
Member Author

This might be the expected behaviour. Looking at @morungos (https://github.com/morungos/wordnet) I think it should be picked up in validForms, or it is, but then is being filtered out further down the stack.

@morungos
Copy link

morungos commented Apr 7, 2015

I've cross commented on this on the other repo, but the comment is relevant and the resolution will be different here. "fought" is actually in Wordnet's morphological exception lists (specifically it's in verb.exc), which aren't part of the core data, and there's (as yet) no API for searching or using this in Natural's Wordnet API itself. I've started to build this in the https://github.com/morungos/wordnet, but this is (currently) broken there too, in validForms handling, so I'll work to fix this asap there.

@kkoch986
Copy link
Member

kkoch986 commented Apr 7, 2015

interesting, the new implementation of naturals wordnet module should make it easier to accommodate things like this. Ill try to handle it before releasing the new implementation.

tagging this for #211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants