This commit is contained in:
nonstoptimm 2021-01-21 23:44:40 +01:00
Родитель 726839ed91
Коммит 5dcad450cb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@ def create_case(output_folder):
return output_folder, case
def create_df(fname):
"""Create df from LU-file"""
df = pd.DataFrame(columns=['intent', 'text'])
intents = []
texts = []