Package driver

Source Code of driver.PrepareForRougeDriver

package driver;

import java.io.File;

import rouge.serializer.RougeSeeFormatSerializer;

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"));
    }
   
}
TOP

Related Classes of driver.PrepareForRougeDriver

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.