Skip to content

Cannot deal with negation #17

Description

@ChandlerBang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions