Class EventAnnotation

Namespace
NOpenNLP.Tools.Formats.Brat
Assembly
NOpenNLP.Tools.dll
public class EventAnnotation : BratAnnotation
Inheritance
EventAnnotation
Inherited Members

Constructors

EventAnnotation(string, string, string, IDictionary<string, string>)

protected EventAnnotation(string id, string type, string eventTrigger, IDictionary<string, string> arguments)

Parameters

id string
type string
eventTrigger string
arguments IDictionary<string, string>

Properties

Arguments

public IDictionary<string, string> Arguments { get; }

Property Value

IDictionary<string, string>

EventTrigger

public string EventTrigger { get; }

Property Value

string