Hi everyone!
I am looking for a parser (or generated parser) in java that is capable of followings:
1- I will provide sentences that are already part-of-speech tagged. I will use my own tag set. 2- I don't have any statistical data. So if the parser is statistical, I want to be able to use it without this feature. 3- Adaptable to other languages easily. Low learning curve
My question is a bit similar to this one
http://stackoverflow.com/questions/88984/your-favorite-natural-language-parser
But there isn't any satisfying answer there. Thanks.