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

The syntax analysis is incorrect #1

Open
udnaan opened this issue May 27, 2017 · 0 comments
Open

The syntax analysis is incorrect #1

udnaan opened this issue May 27, 2017 · 0 comments
Assignees

Comments

@udnaan
Copy link

udnaan commented May 27, 2017

When comparing the analyzed syntax with a state of the art model such as google nlp api, the analysis is not quite correct. Take for instance a sentence such as the house had thick and wide stone walls
On the demo page (and using the nodejs module), the syntax outputs the wide and stone as a MWE, part of the walls. Which is incorrect.

Using google nlp, the syntax output for the same sentence is wide is conj and stone is nn, which is correct.

the above mentioned result can be verified here: https://cloud.google.com/natural-language/

@alexcorvi alexcorvi self-assigned this Jan 17, 2019
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