NLP finds a program that uses conll format

383 Views Asked by At

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 CONLL (http://www.linguateca.pt/floresta/CoNLL-X/) file, and the POS tags that malparser uses is different from opennlp and freeling. I know that a way of doing this is converting the POS tag form opennlp (or freeling) to be accepted by the malparser. What I wanted to know is if is there any program that uses the CONLL format to train his algorithm, so that the POS and lemmas that I got are known by the malparser. If possible a program that work on Java and windows.

Ty

0

There are 0 best solutions below