edu.stanford.nlp.parser.lexparser
Interface TagProjection
- All Superinterfaces:
- java.io.Serializable
public interface TagProjection
- extends java.io.Serializable
An interface for projecting POS tags onto a reduced
set for the dependency grammar.
- Author:
- Dan Klein
Method Summary |
java.lang.String |
project(java.lang.String tagStr)
Project more split dependency space onto less split space. |
project
java.lang.String project(java.lang.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