From 4eff667b92ff7ef4c3542650509c03fb0de5cbce Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 25 Feb 2022 19:15:29 +0100 Subject: Added an another engine for motus, using entropy instead of frequencies only --- motus/lib/wordlist.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'motus/lib/wordlist.mli') diff --git a/motus/lib/wordlist.mli b/motus/lib/wordlist.mli index a56cab3..86881f2 100644 --- a/motus/lib/wordlist.mli +++ b/motus/lib/wordlist.mli @@ -9,6 +9,8 @@ val empty_data : unit -> t val words : t -> string Seq.t (** Load all the words *) +val pick : t -> string option + val list_size : t -> int (** Number of words in the list *) -- cgit v1.2.3