Skip to content

Different results #17

@farhan0581

Description

@farhan0581

Why the Output of the parser(dependencies) from corenlp-wrapper and here are different?
Sentence is : I visited the TajMahal,it was very beautiful.
In my case they are:
root-->,ROOT,0,visited,2
nsubj-->,visited,2,I,1
det-->,TajMahal,4,the,3
dobj-->,visited,2,TajMahal,4
punct-->,visited,2,,,5
nsubj-->,beautiful,9,it,6
cop-->,beautiful,9,was,7
advmod-->,beautiful,9,very,8
dep-->,visited,2,beautiful,9
punct-->,visited,2,.,10

And from the online demo it gives
nsubj(visited-2, I-1)
ccomp(beautiful-9, visited-2)
det(TajMahal-4, the-3)
dobj(visited-2, TajMahal-4)
nsubj(beautiful-9, it-6)
cop(beautiful-9, was-7)
advmod(beautiful-9, very-8)
root(ROOT-0, beautiful-9)

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