From e5e1e3f7fc9af13036f8657a2401e11f1c53cf48 Mon Sep 17 00:00:00 2001 From: Principle Date: Mon, 24 Oct 2022 19:22:41 -0400 Subject: [PATCH] updated name of file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cde76..e43cdf6 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Previous responses are stored in `resps.json` as a dictionary where the key is a ### Mesh -Prompts are associated with responses through a "mesh" which is stored in `mesh.thomas`. The mesh consists of a dictionary where the key is the UUID of the prompt and the value is a "link". Links associate responses to patterns of words, they have the following attributes: +Prompts are associated with responses through a "mesh" which is stored in `mesh.json`. The mesh consists of a dictionary where the key is the UUID of the prompt and the value is a "link". Links associate responses to patterns of words, they have the following attributes: `stop_words: set` Stop words separated from the tokenized prompt.