diff --git a/modules/__init__.py b/chatbot/__init__.py similarity index 100% rename from modules/__init__.py rename to chatbot/__init__.py diff --git a/modules/nlu.py b/chatbot/modules/nlu.py similarity index 100% rename from modules/nlu.py rename to chatbot/modules/nlu.py diff --git a/evaluate.py b/evaluate.py index 4430177..e53292c 100644 --- a/evaluate.py +++ b/evaluate.py @@ -2,7 +2,7 @@ import os import re import pandas as pd import numpy as np -from modules.nlu import NLU +from chatbot.modules.nlu import NLU rows = 0 hits = 0