DanishStemmer

This class implements the stemming algorithm defined by a snowball script.

Generated by Snowball 2.2.0 - https://snowballstem.org/

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