evaluation
Class AnnotationReader.SegmentAnnotation
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AnnotationReader.SegmentAnnotation
public AnnotationReader.SegmentAnnotation()