public interface ParagraphTranslator { public ProspaceParagraph read(String[] metadata, String[] data) throws ProspaceException; }