Skip to content

Commit

Permalink
lemmatizer => lemmetizer
Browse files Browse the repository at this point in the history
  • Loading branch information
CComps committed Jun 4, 2023
1 parent f5140c5 commit a18c57c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
classes = pickle.load(open("classes.pkl", "rb"))

def train_model():
lemmetizer = WordNetLemmatizer()
lemmetizer = WordNetLemmetizer()
intents = json.loads(open("intents.json", encoding="utf-8").read())
words = []
classes = []
Expand Down

0 comments on commit a18c57c

Please sign in to comment.