package edu.stanford.nlp.semparse.open.util; public interface StringDoublePair { public String getFirst(); public double getSecond(); }