semeval.coreference
Class SingleCoreferenceAnnotation

java.lang.Object
  extended by salsa.corpora.elements.Frame
      extended by semeval.coreference.SingleCoreferenceAnnotation

public class SingleCoreferenceAnnotation
extends Frame

A SingleCoreferenceAnnotation stands for one annotation of the 'Coreference' frame.

Author:
The SALSA Project team

Constructor Summary
SingleCoreferenceAnnotation(Frame frame)
          Default constructor that takes the Frame as an argument.
 
Method Summary
 
Methods inherited from class salsa.corpora.elements.Frame
addElement, addFe, addFlag, getElements, getFes, getFlags, getId, getName, getSource, getTarget, getUsp, getXmltag, setId, setName, setSource, setTarget, setUsp, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleCoreferenceAnnotation

public SingleCoreferenceAnnotation(Frame frame)
Default constructor that takes the Frame as an argument. It simply converts the 'frame' into a SingleCoreferenceAnnotation element.

Parameters:
frame -