Class RelationAnnotation

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

Constructors

RelationAnnotation(string, string, string, string)

protected RelationAnnotation(string id, string type, string arg1, string arg2)

Parameters

id string
type string
arg1 string
arg2 string

Properties

Arg1

public string Arg1 { get; }

Property Value

string

Arg2

public string Arg2 { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.