Questions tagged [dependency-parsing]
92 questions
0
votes
0 answers
Convert to parse tree with POS tag
I used pystatParser to generate each parse tree for a English sentence.
Example output (just an example):
(NP+S (NP (DT every) (NN cat)) (VP (VB loves) (NP (DT a) (NN dog))))
How to convert every output into the below style:
(S (NP (DET Every) (NN…

Chelsea_cole
- 1,055
- 3
- 15
- 21
-1
votes
1 answer
Issues Regarding Training Maltparser Model
I am trying to train a Maltparser Model for Bangla. I have annotated a small Corpus in Conllu Format. But it it gives me null pointer error. So i tried it with some treebank collected from UD website. And it works on those dataset. My questions…

Yeasin Ar Rahman
- 666
- 13
- 21