package owl

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

Module Owl_nlp_utilsSource

Sourceval regexp_split : Str.regexp
Sourceval _allocate_space : 'a array array -> 'a array array
Sourceval load_from_file : ?stopwords:(string, 'a) Hashtbl.t -> string -> string array array
Sourceval load_from_string : ?stopwords:(string, 'a) Hashtbl.t -> string -> string array
Sourceval load_stopwords : string -> (string, int) Hashtbl.t
Sourceval build_vocabulary : string array array -> (string, int) Hashtbl.t * (int, string) Hashtbl.t
Sourceval tokenise : ('a, 'b) Hashtbl.t -> 'a array -> 'b array
Sourceval tokenise_all : ('a, 'b) Hashtbl.t -> 'a array array -> 'b array array
Sourceval save_vocabulary : 'a -> string -> unit
Sourceval load_vocabulary : string -> 'a
Sourceval save_lda_model : 'a -> string -> unit
Sourceval load_lda_model : string -> 'a
Sourceval simple_process : 'a -> 'a
OCaml

Innovation. Community. Security.