treelstm.pytorch
treelstm.pytorch copied to clipboard
How can I get the parsing in the same format for sentences in German
Hi,
I am trying to use this model for parse sentences in German with the dependency parser that is used in this code.
So, the DependencyParse.java file has the following lines:
public static final String TAGGER_MODEL = "standford-tagger/models/english-left3words-distsim.tagger"; public static final String PARSER_MODEL = "edu/standford/nlp/models/nndep/english_SD.gz";
Is it enough to change those lines in order to specify a German tagger and parser?
Thanks in advance for any help,