SnowballProgram

open class SnowballProgram

Base class for a snowball stemmer.

Inheritors

Constructors

Link copied to clipboard
constructor(other: SnowballProgram)

Functions

Link copied to clipboard

Get the current string.

Link copied to clipboard

Get the current buffer containing the stem.

Link copied to clipboard

Get the valid length of the current buffer.

Link copied to clipboard
fun setCurrent(value: String)
fun setCurrent(text: CharArray, length: Int)

Set the current string.