From d6af433ce2d60a32530398ec667c61f0afa5e2b5 Mon Sep 17 00:00:00 2001 From: yourdad12355 <72340122+yourdad12355@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:06:19 +0530 Subject: [PATCH] added a comment --- Code/functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/functions.py b/Code/functions.py index cce9944..f9bfef0 100644 --- a/Code/functions.py +++ b/Code/functions.py @@ -1,3 +1,4 @@ +//providing the fuctions import keras import os import spacy @@ -32,4 +33,4 @@ def pred(tag): if ent.text!=0: #print(tag) return 1 - return 0 \ No newline at end of file + return 0