444546474849505152
private Aligner() throws IOException { phraseTable = PhraseTable.getSingleton(); derivations = ParaphraseUtils.loadDerivations(opts.derivationPath); wnExpander = new WnExpander(); if(opts.useSyntax) ruleBase = new Rulebase(); }