cdcvd commited on
Commit
b2a0b1a
·
verified ·
1 Parent(s): 520f7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, fixed_loc):
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 = ''