evaluation
Class AnnotationReader.SegmentAnnotation

java.lang.Object
  extended by evaluation.AnnotationReader.SegmentAnnotation
Enclosing class:
AnnotationReader

public static class AnnotationReader.SegmentAnnotation
extends java.lang.Object

Annotation of given segment

Author:
Mateusz Kopec

Field Summary
 java.util.Map<java.lang.String,java.lang.String> annotations
          Annotations: method description -> chosen sense id
 java.lang.String lexeme
          Lexeme
 java.lang.String segmentId
          Segment id
 
Constructor Summary
AnnotationReader.SegmentAnnotation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segmentId

public java.lang.String segmentId
Segment id


annotations

public java.util.Map<java.lang.String,java.lang.String> annotations
Annotations: method description -> chosen sense id


lexeme

public java.lang.String lexeme
Lexeme

Constructor Detail

AnnotationReader.SegmentAnnotation

public AnnotationReader.SegmentAnnotation()