package stem

  1. Overview
  2. Docs
A stemmer of words for few languages

Install

dune-project
 Dependency

Authors

Maintainers

Sources

stem-0.0.1.tbz
sha256=ec121bc02bca7121ce04cd346648d0432826be12dabf386d064795197cbf0275
sha512=f45989d23cc1211df3c8a9c3a164a7f853e6a1cb1274061f65c8c7e5b631a8a88c675c76b5d939da6777d571f63ce59d5b18940abc5fddb944ca402bc095b1ca

doc/stem.cli/Stem_cli/index.html

Module Stem_cliSource

Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval language_from_string : string -> (Snowball.Language.t, [> `Msg of string ]) result
Sourceval tokenizer_from_string : string -> (Tokenizer.pattern, [> `Msg of string ]) result
Sourceval behavior_from_string : string -> (Tokenizer.behavior, [> `Msg of string ]) result
Sourceval re_from_string : string -> (Re.Pcre.regexp, [> `Msg of string ]) result
Sourceval pp_tokenizer : Format.formatter -> Tokenizer.pattern -> unit
Sourceval pp_behavior : Format.formatter -> Tokenizer.behavior -> unit
Sourceval output_options : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t