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