Package rouge.serializer

Examples of rouge.serializer.RougeSeeFormatSerializer.serialize()


public class PrepareForRougeDriver
{
    public static void main(String[] args)
    {
  RougeSeeFormatSerializer s = new RougeSeeFormatSerializer();
  s.serialize(s.prepareForRouge(new File("C:\\Users\\Marina\\Desktop\\muse_test_data\\English\\Documents"),
                          new File("C:\\Users\\Marina\\Desktop\\muse_test_data\\English\\Gold Standard")),
        new File("output"));
    }
   
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.