blob: 59a60f04f3375ca8d935ed5f32202c8f44bcdfb1 [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package opennlp.modelbuilder.v2;
import java.util.HashMap;
import java.util.Map;
/**
*
* @author Owner
*/
public interface ModelParameter {
void setParameters(Map<String, String> params);
}