Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def compare_skills(skill_1, skill_2):
|
|
62 |
|
63 |
return score, common_skill
|
64 |
|
65 |
-
def extract_ner_info(text, nlp
|
66 |
ner_results = nlp(text)
|
67 |
full_name = ''
|
68 |
loc = ''
|
|
|
62 |
|
63 |
return score, common_skill
|
64 |
|
65 |
+
def extract_ner_info(text, nlp):
|
66 |
ner_results = nlp(text)
|
67 |
full_name = ''
|
68 |
loc = ''
|