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

Cannot deal with negation #17

Open
ChandlerBang opened this issue Aug 6, 2018 · 0 comments
Open

Cannot deal with negation #17

ChandlerBang opened this issue Aug 6, 2018 · 0 comments

Comments

@ChandlerBang
Copy link

When my input is like this,
'''
not now
doesn't
don't
can't
'''
I will get result like this,
::id 1
::snt not now
(x2 / now)

::id 2
::snt doesn't
(x1 / do-02)

::id 3
::snt don't
(x1 / do-02)

::id 4
::snt can't
(x / xconcept)

It seems the algorithm ignore the negative words. I try to deal with this problem by myself , but I failed...
So is there anyone who can help me?

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

1 participant