From 5f4e8a631e97140a7faf6130548061b76aacee20 Mon Sep 17 00:00:00 2001 From: yujinni <86652449+yujin37@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:05:00 +0900 Subject: [PATCH] =?UTF-8?q?refacter:=20Model=20updated=20|=20LSA=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=B6=9C=EB=A0=A5=EB=AC=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/lsa_Similar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Model/lsa_Similar.py b/Model/lsa_Similar.py index 1232403..e2b1f35 100644 --- a/Model/lsa_Similar.py +++ b/Model/lsa_Similar.py @@ -36,5 +36,4 @@ def lsa_Similar(contents, answer): 'result': contents } - print(similarity_matrix) return response \ No newline at end of file