Class NKJPSegmentationDocument.Pointer

Namespace
NOpenNLP.Tools.Formats.Nkjp
Assembly
NOpenNLP.Tools.dll
public class NKJPSegmentationDocument.Pointer
Inheritance
NKJPSegmentationDocument.Pointer
Inherited Members

Constructors

Pointer(string, string, int, int, bool)

public Pointer(string doc, string id, int offset, int length, bool spaceAfter)

Parameters

doc string
id string
offset int
length int
spaceAfter bool

Properties

Doc

public string Doc { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Length

public int Length { get; }

Property Value

int

Offset

public int Offset { get; }

Property Value

int

SpaceAfter

public bool SpaceAfter { get; }

Property Value

bool

Methods

ToSpan()

public Span ToSpan()

Returns

Span

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.