Package joshua.corpus.alignment

Examples of joshua.corpus.alignment.AlignmentGrid


       
      }
     
    }
   
    return new AlignmentGrid(alignmentPoints.toString());
  }
View Full Code Here


      }
   
      sourceIndex += 1;
    }
   
    return new AlignmentGrid(alignmentPoints.toString());
  }
View Full Code Here

  AlignmentGrid grid;
 
  @Test
  public void setup() throws IOException {

    grid = new AlignmentGrid("0-0 0-1 1-1 2-1 3-1 0-2 0-3 5-4 4-5 6-5 8-6 8-7 7-8 10-9 12-10 11-11 12-11 13-12 14-13 15-13 16-13 16-14 17-15 18-16 19-17 19-18 19-19 19-20 19-21 20-22 21-24 22-24 25-29 24-31 26-32 27-33 28-34 30-35 31-36 29-37 30-37 31-37 31-38 32-39");
   
  }
View Full Code Here

TOP

Related Classes of joshua.corpus.alignment.AlignmentGrid

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.