I am new to Stanford CoreNLP, Initially I have worked with Moses project. So far I have worked with the demo file ParserDemo2 and everything worked fine using englishPCFG.caseless.ser.gz model. I need to create my own model, from the text English monolingual corpus which I have.
So far I have searched and found that I need to create a TreeBank and use method trainFromTreebank in LexicalizedParser class.
I am really confused how to do this.
Can you provide some information or point me to the documentation on how to do so?