edu.stanford.nlp.parser.lexparser
Interface TagProjection


public interface TagProjection

An interface for projecting POS tags onto a reduced set for the dependency grammar

Author:
Dan Klein

Method Summary
 String project(String tagStr)
          Project more split dependency space onto less split space.
 

Method Detail

project

String project(String tagStr)
Project more split dependency space onto less split space.



Stanford NLP Group