Create .conll file as output of Stanford Parser
I want to use Stanford Parser to create a .conll file for further processing. So far I managed to parse the test sentence with the command: stanford-parser-full-2013-06-20/lexparser.sh stanford-parser-full-2013-06-20/data/testsent.txt > output.txt Instead of a txt file I would like to have a file in .conll. I'm pretty sure it is possible, at it is mentioned in the documentation (see here ). Can I somehow modify my command or will I have to write Javacode? Thanks for help! If you're looking for dependencies printed out in CoNLL X (CoNLL 2006) format, try this from the command line: java -mx150m