Replies: 2 comments
-
I suspect this is an encoding problem. You can see what happens when I run the parser on the sentence provided:
You can try telling the program which encoding to use with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
provided solution works. Thankyou for the response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using, [EnglishPCFG.ser.gz] , model of (4.5.4 ) version .
by Use the flag -originalDependencies
There are mistakes in output : - (possessive(Company-7, ΓÇÖs-8)),
prep(felt-10, Given-1)
det(circumstances-4, these-2)
amod(circumstances-4, extraordinary-3)
pobj(Given-1, circumstances-4)
det(Company-7, the-6)
poss(board-9, Company-7)
possessive(Company-7, ΓÇÖs-8)
nsubj(felt-10, board-9)
root(ROOT-0, felt-10)
mark(correct-21, that-11)
csubj(correct-21, going-12)
advmod(going-12, ahead-13)
prep(going-12, with-14)
det(issue-16, the-15)
pobj(with-14, issue-16)
aux(correct-21, will-17)
neg(correct-21, not-18)
cop(correct-21, be-19)
advmod(correct-21, morally-20)
ccomp(felt-10, correct-21)
used text is
Given these extraordinary circumstances, the Company’s
board felt that going ahead with the issue will not be morally correct.
can you rectify the same and provide a rectified version.
Thanking you in advance
Shankar.P
whatsapp : +91 9845564015 , +91 9343664015
From Bangalore, India
Beta Was this translation helpful? Give feedback.
All reactions