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