treelstm.pytorch icon indicating copy to clipboard operation
treelstm.pytorch copied to clipboard

How can I get the parsing in the same format for sentences in German

Open inigo-jauregi opened this issue 7 years ago • 0 comments

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,

inigo-jauregi avatar Mar 20 '18 06:03 inigo-jauregi