Wrapper over Stanford’s POS Tagger

This is a Java based wrapper over Stanford’s NLP POS Tagger (English only). It reads the contents of the user specified input file (line by line) and prints out the parsed text in the following format: "that/DT has/VBZ never/RB happened/VBN before/RB ./.". More instructions in the readme. Example usage: java -Xmx1G -Xms1G -jar Postag1.0.jar "<PATH TO INPUT FILE>" > parsed_output.txt

This is a Java based wrapper over Stanford’s NLP POS Tagger (English only). It reads the contents of the user specified input file (line by line) and prints out the parsed text in the following format: "that/DT has/VBZ never/RB happened/VBN before/RB ./.". More instructions in the readme. Example usage: java -Xmx1G -Xms1G -jar Postag1.0.jar "<PATH TO INPUT FILE>" > parsed_output.txt

[ download ]