package stemming

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Stemming algorithm for Russian and Ukrainian languages by Keva, expects CP-1251 encoded input.

type t
val init : unit -> t
val stem : t -> string -> string
val close : t -> unit