moved nlu to modules

This commit is contained in:
s464961 2024-05-10 09:21:54 +02:00
parent 1d4dbb8589
commit 0aa6f7b53d
3 changed files with 1 additions and 1 deletions

View File

@ -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