We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: