From 6123ebd0046d1cb28c71a4696097560566a6b938 Mon Sep 17 00:00:00 2001 From: Aminata-Dev Date: Mon, 10 Jul 2023 12:53:59 +0200 Subject: [PATCH] get re(c)t --- compiler/catala_utils/suggestions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/catala_utils/suggestions.ml b/compiler/catala_utils/suggestions.ml index 710b9600..ae3b9e0b 100644 --- a/compiler/catala_utils/suggestions.ml +++ b/compiler/catala_utils/suggestions.ml @@ -53,7 +53,7 @@ let levenshtein_distance (s : string) (t : string) : int = reference word "keyword" and all the strings in "string_list" (with the condition that this minimum is equal to or less than one third of the length of keyword + 1, in order to get suggestions close to "keyword")*) -let rec suggestion_minimum_levenshtein_distance_association +let suggestion_minimum_levenshtein_distance_association (string_list : string list) (keyword : string) : string list option = let rec strings_minimum_levenshtein_distance