Class Env

Namespace
NOpenNLP.Tools.Stemmer.Snowball
Assembly
NOpenNLP.Tools.dll

Class holding current state.

public class Env
Inheritance
Env
Derived
Inherited Members

Constructors

Env()

Initializes a new instance of the Env class.

protected Env()

Env(Env)

Copy another Env object.

public Env(Env other)

Parameters

other Env

Fields

bra

Starting bracket position.

protected int bra

Field Value

int

current

Gets the current string.

protected StringBuilder current

Field Value

StringBuilder

cursor

Current cursor position.

protected int cursor

Field Value

int

ket

Ending bracket position.

protected int ket

Field Value

int

limit

Forward limit for inspecting the buffer.

protected int limit

Field Value

int

limit_backward

Backward limit for inspecting the buffer.

protected int limit_backward

Field Value

int

Methods

copy_from(Env)

Copy another Env object.

protected void copy_from(Env other)

Parameters

other Env