Package joshua.decoder.segment_file

Examples of joshua.decoder.segment_file.ConstraintRule


    final float[] features   = this.features;
    final String  lhs        = this.lhs;
    final String  nativeRhs  = this.rhs;
    final String  foreignRhs = span;
   
    return new ConstraintRule() {
      public ConstraintRule.Type type() { return type;       }
      public String  lhs()              { return lhs;        }
      public float[] features()         { return features;   }
      public String  nativeRhs()        { return nativeRhs;  }
      public String  foreignRhs()       { return foreignRhs; }
View Full Code Here

TOP

Related Classes of joshua.decoder.segment_file.ConstraintRule

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.