I have downloaded the UPDT Persian treebank (Uppsala Persian Dependency Treebank) and I am trying to build a dependency parser model using MaltParser, but I am very new to NLP field and need some help.
Does anyone know how to use MaltParser to build the dependency parser model? and can the new created model be used with the Stanford Dependency Parser in my Java program?
Thank you