From e03bd82c6ef75e91323aa0b4f5c75584d8d0c211 Mon Sep 17 00:00:00 2001 From: Sean Fitzgerald Date: Sun, 25 Apr 2021 21:03:10 -0700 Subject: [PATCH] Update comments --- adapt/intent.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adapt/intent.py b/adapt/intent.py index 92527ea..e0b3b23 100644 --- a/adapt/intent.py +++ b/adapt/intent.py @@ -139,7 +139,9 @@ def validate_with_tags(self, tags, parse_weight): Args: tags(list): Tags and Entities used for validation - parse_weight(float): ? + parse_weight(float): The weight associate to the parse result, + as indicated by the parser. This is influenced by a parser + that uses edit distance or context. Returns: intent, tags: Returns intent and tags used by the intent on