edu.stanford.nlp.util
Interface TypesafeMap.Key<BASE,VALUE>

Type Parameters:
BASE - A type-checking parameter that ensures that keys sent to get, has, set, etc., are appropriate for the TypesafeMap they are sent to.
VALUE - The type of the value associated with this key.
All Known Subinterfaces:
CoreAnnotation<V>, CoreLabel.GenericAnnotation<T>
All Known Implementing Classes:
CoreAnnotations.AbbrAnnotation, CoreAnnotations.AbgeneAnnotation, CoreAnnotations.AbstrAnnotation, CoreAnnotations.AfterAnnotation, CoreAnnotations.AnswerAnnotation, CoreAnnotations.AnswerObjectAnnotation, CoreAnnotations.ArgDescendentAnnotation, CoreAnnotations.ArgumentAnnotation, CoreAnnotations.BagOfWordsAnnotation, CoreAnnotations.BeAnnotation, CoreAnnotations.BeforeAnnotation, CoreAnnotations.BeginPositionAnnotation, CoreAnnotations.BestCliquesAnnotation, CoreAnnotations.BestFullAnnotation, CoreAnnotations.CategoryAnnotation, CoreAnnotations.CategoryFunctionalTagAnnotation, CoreAnnotations.CharacterOffsetEnd, CoreAnnotations.CharacterOffsetStart, CoreAnnotations.CharAnnotation, CoreAnnotations.ChineseCharAnnotation, CoreAnnotations.ChineseIsSegmentedAnnotation, CoreAnnotations.ChineseOrigSegAnnotation, CoreAnnotations.ChineseSegAnnotation, CoreAnnotations.ChunkAnnotation, CoreAnnotations.CoarseTagAnnotation, CoreAnnotations.CoNLLDepAnnotation, CoreAnnotations.CoNLLDepParentIndexAnnotation, CoreAnnotations.CoNLLDepTypeAnnotation, CoreAnnotations.CoNLLPredicateAnnotation, CoreAnnotations.CoNLLSRLAnnotation, CoreAnnotations.ContextsAnnotation, CoreAnnotations.CopyAnnotation, CoreAnnotations.CorefAnnotation, CoreAnnotations.CostMagnificationAnnotation, CoreAnnotations.CovertIDAnnotation, CoreAnnotations.CurrentAnnotation, CoreAnnotations.D2_LBeginAnnotation, CoreAnnotations.D2_LEndAnnotation, CoreAnnotations.D2_LMiddleAnnotation, CoreAnnotations.DayAnnotation, CoreAnnotations.DependentsAnnotation, CoreAnnotations.DictAnnotation, CoreAnnotations.DistSimAnnotation, CoreAnnotations.DoAnnotation, CoreAnnotations.DocIDAnnotation, CoreAnnotations.DomainAnnotation, CoreAnnotations.EndPositionAnnotation, CoreAnnotations.EntityClassAnnotation, CoreAnnotations.EntityRuleAnnotation, CoreAnnotations.EntityTypeAnnotation, CoreAnnotations.FeaturesAnnotation, CoreAnnotations.FemaleGazAnnotation, CoreAnnotations.FirstChildAnnotation, CoreAnnotations.FreqAnnotation, CoreAnnotations.GazAnnotation, CoreAnnotations.GazetteerAnnotation, CoreAnnotations.GeniaAnnotation, CoreAnnotations.GoldAnswerAnnotation, CoreAnnotations.GovernorAnnotation, CoreAnnotations.GrandparentAnnotation, CoreAnnotations.HaveAnnotation, CoreAnnotations.HeadWordStringAnnotation, CoreAnnotations.HeightAnnotation, CoreAnnotations.IDAnnotation, CoreAnnotations.IDFAnnotation, CoreAnnotations.INAnnotation, CoreAnnotations.IndexAnnotation, CoreAnnotations.InterpretationAnnotation, CoreAnnotations.IsDateRangeAnnotation, CoreAnnotations.IsURLAnnotation, CoreAnnotations.LabelAnnotation, CoreAnnotations.LastGazAnnotation, CoreAnnotations.LastTaggedAnnotation, CoreAnnotations.LBeginAnnotation, CoreAnnotations.LeftTermAnnotation, CoreAnnotations.LemmaAnnotation, CoreAnnotations.LEndAnnotation, CoreAnnotations.LengthAnnotation, CoreAnnotations.LMiddleAnnotation, CoreAnnotations.MaleGazAnnotation, CoreAnnotations.MarkingAnnotation, CoreAnnotations.MonthAnnotation, CoreAnnotations.NeighborsAnnotation, CoreAnnotations.NERAnnotation, CoreAnnotations.NERIDAnnotation, CoreAnnotations.NERTagAnnotation, CoreAnnotations.NormalizedNERAnnotation, CoreAnnotations.NotAnnotation, CoreAnnotations.NumTxtSentencesAnnotation, CoreAnnotations.OriginalAnswerAnnotation, CoreAnnotations.OriginalCharAnnotation, CoreAnnotations.ParaPosAnnotation, CoreAnnotations.ParentAnnotation, CoreAnnotations.PercentAnnotation, CoreAnnotations.PolarityAnnotation, CoreAnnotations.PositionAnnotation, CoreAnnotations.PossibleAnswersAnnotation, CoreAnnotations.PredictedAnswerAnnotation, CoreAnnotations.PrevChildAnnotation, CoreAnnotations.PriorAnnotation, CoreAnnotations.ProjectedCategoryAnnotation, CoreAnnotations.RoleAnnotation, CoreAnnotations.SectionAnnotation, CoreAnnotations.SemanticHeadTagAnnotation, CoreAnnotations.SemanticHeadWordAnnotation, CoreAnnotations.SemanticTagAnnotation, CoreAnnotations.SemanticWordAnnotation, CoreAnnotations.SentenceIDAnnotation, CoreAnnotations.SentenceIndexAnnotation, CoreAnnotations.SentencePosAnnotation, CoreAnnotations.ShapeAnnotation, CoreAnnotations.SpaceBeforeAnnotation, CoreAnnotations.SpanAnnotation, CoreAnnotations.SRLIDAnnotation, CoreAnnotations.SRLInstancesAnnotation, CoreAnnotations.StateAnnotation, CoreAnnotations.StemAnnotation, CoreAnnotations.SubcategorizationAnnotation, CoreAnnotations.TagAnnotation, CoreAnnotations.TagLabelAnnotation, CoreAnnotations.TrueTagAnnotation, CoreAnnotations.UBlockAnnotation, CoreAnnotations.UnaryAnnotation, CoreAnnotations.UnknownAnnotation, CoreAnnotations.UTypeAnnotation, CoreAnnotations.ValueAnnotation, CoreAnnotations.ValueLabelAnnotation, CoreAnnotations.VerbSenseAnnotation, CoreAnnotations.WebAnnotation, CoreAnnotations.WordAnnotation, CoreAnnotations.WordFormAnnotation, CoreAnnotations.WordPosAnnotation, CoreAnnotations.WordSenseAnnotation, CoreAnnotations.YearAnnotation, TreeCoreAnnotations.HeadTagAnnotation, TreeCoreAnnotations.HeadWordAnnotation
Enclosing interface:
TypesafeMap<BASE>

public static interface TypesafeMap.Key<BASE,VALUE>

Base type of keys for the map. The classes that implement Key are the keys themselves - not instances of those classes.




Stanford NLP Group