Package joshua.discriminative.training.oracle

Examples of joshua.discriminative.training.oracle.EquivLMState


    this.featureStringToIntegerMap = featureStringToIntegerMap_;
    restrictedFeatureSet = new HashSet<String>(featureStringToIntegerMap.keySet());
   
    this.featTemplates = featTemplates_;
   
    this.equi = new EquivLMState(symbolTable_, bleuOrder);
    this.ngramStateComputer = new NgramStateComputer(symbolTable_, bleuOrder, ngramStateID);
   
    this.equiv = new EquivLMState(this.symbolTable, bleuOrder);
    System.out.println("use RiskAndFeatureAnnotation====");
  }
View Full Code Here

TOP

Related Classes of joshua.discriminative.training.oracle.EquivLMState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.