edu.stanford.nlp.parser.lexparser
Class ParserAnnotations

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.ParserAnnotations

public class ParserAnnotations
extends java.lang.Object

Parse time options for the Stanford lexicalized parser. For example, you can set a ConstraintAnnotation and the parser annotator will extract that annotation and apply the constraints when parsing.


Nested Class Summary
static class ParserAnnotations.CandidatePartOfSpeechAnnotation
          This CoreMap key represents a regular expression which the parser will try to match when assigning tags.
static class ParserAnnotations.ConstraintAnnotation
          The CoreMap key for getting a list of constraints to apply when parsing.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Stanford NLP Group