-
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
"date of birth of Barack Obama" #64
Comments
This kind of queries is really difficult because we have to perform multiwords expressions (MWE) recognition if we want to parse it correctly. (from the grammatical point of view, We didn't find efficient + easy to use tools that perform MWE recognition. However, it seems now that conceptnet could be used to perform this task. Indeed, if a MWE exists then it is a concept and it can be in conceptnet (
|
The parsing of However, let's assume the parsing was good, we will be able to produce (this solution is less powerful than detecting the multiwords expressions and merging them before using the stanford parser, but it is more likely to succeed) |
See #123 |
queries like: http://ppp.pony.ovh/?lang=en&q=date+of+birth+of+Barack+Obama
The text was updated successfully, but these errors were encountered: