001 package org.maltparser.core.syntaxgraph.ds2ps; 002 /** 003 * 004 * 005 * @author Johan Hall 006 */ 007 public interface Dependency2PhraseStructure { 008 009 }