Class BratAnnotation

Namespace
NOpenNLP.Tools.Formats.Brat
Assembly
NOpenNLP.Tools.dll
public abstract class BratAnnotation
Inheritance
BratAnnotation
Derived
Inherited Members

Constructors

BratAnnotation(string, string)

protected BratAnnotation(string id, string type)

Parameters

id string
type string

Properties

Id

public string Id { get; }

Property Value

string

Note

public string Note { get; set; }

Property Value

string

Type

public string Type { 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.