I read in many sites and they said that Gate supports Spanish but I did not find how to analyze Spanish text with Gate. I tried with the treetagger but I get the error:TreeTagger\tree-tagger-spanish-gate": CreateProcess error=193, %1 no es una aplicación Win32 válida
I also tried with the OpenNLP but I dindt find the model for spanish (tokenizer, chunk, etc) I only found dutch, german and english.
Also I need to indentify the subject of a sentence and the predicate. Correct me if I'm wrong but I think I can do it with OpenNLP because it is possible to identify the NP(noun phrase) and the VP(verb phrase) with the tree bank parser or with the MuNPEx plugin.
Summering, Is there any way to set Gate language to Spanish?
Thanks.