Questions tagged [malt-parser]
5 questions
3
votes
2 answers
malt parser gives assertion error when using it with nltk
I am using malt parser with python nltk. I have successfully downloaded the training data and updated the latest nltk. When I call the malt parser it gives me an asertion error. Below is the code from python which includes the traceback as well.
mp…

Mustufain
- 198
- 12
1
vote
1 answer
Conversion of Text sentences to CONLL Format
I want to convert the Normal english text into CONLL-U format for maltparser for finding dependency in the text in Python. I tried in java but was failed to do so, below is the format I'm looking for-
String[] tokens = new String[11];
tokens[0] =…

Shubham
- 11
- 2
1
vote
0 answers
Interpret MaltParser output
I am using MaltParser and I finally got it running but now I got some doubts about the output. The output that I receive is the following.
Frase numero 6
Precisa de uma renovação ao nível dos quartos.
1 [I:0(0->1 DEPREL:STA…

user3591111
- 102
- 13
1
vote
0 answers
NLP finds a program that uses conll format
So I am doing a project here I need to process the information of a text. I used opennlp and experimented with freeling and both got me good results (lemmas, divide by sentences, divide by phrases and POS). But then I trained maltparser with this…

user3591111
- 102
- 13
-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