You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: