SerbianStemmer

This class implements a Serbian stemming algorithm for SnowballFilter integration.

NOTE: This keeps the class/API parity expected by analyzers while remaining KMP-safe.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
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
open override fun hashCode(): Int
Link copied to clipboard
fun setCurrent(value: String)
fun setCurrent(text: CharArray, length: Int)

Set the current string.

Link copied to clipboard
open override fun stem(): Boolean