package stem

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

stem-0.0.2.tbz
sha256=830e8693a19996caa7745fc67c6d3655b29128d253ff78088e77faba9ad7b488
sha512=d89a8246864f204fbaa159d7c09517003838913944f4a6235b63efb8e4e96fb1872baaa8563392b8e3a4e2354baf363b5e15ed2899f60d8cbf66bbcfdb6d2d85

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