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?
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?