Matías and/or others, I'd love to use
FreeLing more for my lemmatization and tagging in Spanish, as it is way more robust than
TreeTagger, but I'm having the trouble Matías seemed to refer to when using system("analyze ...") in R, including error messages like this:
/usr/local/bin/analyze: line 39: 363 Segmentation fault: 11 $FREELING/bin/analyzer $param
My question is more of a point-me-in-the-right-direction type of question than a question about code:
What resources would help me gain (enough) proficiency in Java to be able to use FreeLing?
I bought:
Hammond, Michael. 2002.
Programming for Linguists: Java Technology for Language Research. Blackwell.
and it helped me learn about classes and objects and methods, but I feel like I need more about how to call FreeLing, written in C++, from Java, or even from within R with the
rJava package or even better yet, from the
Rcpp package.
Thanks for your suggestions. Earl Brown