Spaces:
Sleeping
Sleeping
Aakash Goel
commited on
Commit
·
b0425cc
1
Parent(s):
e0061e3
comment changes 1
Browse files- code/helper.py +1 -1
code/helper.py
CHANGED
@@ -93,7 +93,7 @@ def get_keywords(originaltext,summarytext):
|
|
93 |
## find keywords which don't have common word ..
|
94 |
from copy import deepcopy
|
95 |
imp_words = deepcopy(important_keywords)
|
96 |
-
imp_words = filter_overlap_words(important_keywords)
|
97 |
return imp_words[:5]
|
98 |
|
99 |
def get_question(context,answer,model,tokenizer):
|
|
|
93 |
## find keywords which don't have common word ..
|
94 |
from copy import deepcopy
|
95 |
imp_words = deepcopy(important_keywords)
|
96 |
+
#imp_words = filter_overlap_words(important_keywords)
|
97 |
return imp_words[:5]
|
98 |
|
99 |
def get_question(context,answer,model,tokenizer):
|