Hi!
I couldn't find any useful document about how to use stanford-parser with different languages. I read the FAQ page and search the mail archives. There are similar questions on mail list but they weren't answered. The parser uses a file named englishPCFG.ser to parse English sentences. I think this is the file where language specific grammar rules are included. So how can I create a new one for a new language?
Note: I don’t have a Treebank so I will use parser as non-statistical.
Note2: I know Christopher Manning uses stackoverflow too :)
thanks