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.

Parameters:
tagStr - The full name of the tag
Returns:
A name for the tag in a reduced tag space


Stanford NLP Group