// For adding the CC tagset as annotations.
private MorphoFeatureSpecification tagSpec;
public FrenchTreebankParserParams() {
super(new FrenchTreebankLanguagePack());
setInputEncoding("UTF-8");
optionsString = new StringBuilder();
optionsString.append("FrenchTreebankParserParams\n");