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

Error in Demo #35

Closed
jithurjacob opened this issue Jul 31, 2016 · 3 comments
Closed

Error in Demo #35

jithurjacob opened this issue Jul 31, 2016 · 3 comments

Comments

@jithurjacob
Copy link

Hi in the online demo given at http://quepy.machinalis.com/ I'm getting result for "what is the plot of Titanic?" but not for "what is the plot of titanic?"

Is this expected?

@rafacarrascosa
Copy link
Member

Hi, yes, this is expected to happen.
It is very likely that "titanic" is interpreted by the POS tagger as an
adjective (pertaining to titans) and "Titanic" is interpreted as a proper
noun.

Regards,

Rafael

On Sun, Jul 31, 2016 at 10:01 AM, Jithu R Jacob notifications@github.com
wrote:

Hi in the online demo given at http://quepy.machinalis.com/ I'm getting
result for "what is the plot of Titanic?" but not for "what is the plot of
titanic?"

Is this expected?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#35, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABuVlPlMXs2h6fHALEB6dXzXc7v2rNLtks5qbJzBgaJpZM4JZBs4
.

@jithurjacob
Copy link
Author

Can we actually solve this by training our own tagger with movie names. Pardon me if I'm wrong I'm new to NLP.

@rafacarrascosa
Copy link
Member

That would be one way to do it, yes.
If you know your questions will only be on a specific domain (ex. movies) there are more things you can do, like relaxing the need for a proper noun to be part of the movie title.

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

No branches or pull requests

2 participants