diff --git a/.gitignore b/.gitignore index 7d115c6..79d8774 100644 --- a/.gitignore +++ b/.gitignore @@ -173,6 +173,5 @@ cython_debug/ /data/books/wizard_of_oz.txt /data/memory/context.json /data/memory/dreams.json -/data/memory/vocab.json -data/memory/vocab.json data/memory/brainmap.json +/data/memory/vocab.json \ No newline at end of file diff --git a/data/memory/vocab.json b/data/memory/vocab.json index aee3562..0e84175 100644 --- a/data/memory/vocab.json +++ b/data/memory/vocab.json @@ -10,5 +10,11 @@ "ran": 9, "across": 10, "sunny": 11, - "street": 12 + "street": 12, + "a": 13, + "large": 14, + "bird": 15, + "flew": 16, + "over": 17, + "river": 18 } \ No newline at end of file