Spaces:
Runtime error
Runtime error
Update ResumeParser.py
Browse files- ResumeParser.py +1 -0
ResumeParser.py
CHANGED
|
@@ -96,6 +96,7 @@ class ResumeParser:
|
|
| 96 |
tags.append(entity.tag)
|
| 97 |
if entity.tag.startswith("V"):
|
| 98 |
has_verb = True
|
|
|
|
| 99 |
|
| 100 |
most_common_tag = max(set(tags), key=tags.count)
|
| 101 |
if most_common_tag == "NNP":
|
|
|
|
| 96 |
tags.append(entity.tag)
|
| 97 |
if entity.tag.startswith("V"):
|
| 98 |
has_verb = True
|
| 99 |
+
print("Tags :"tags)
|
| 100 |
|
| 101 |
most_common_tag = max(set(tags), key=tags.count)
|
| 102 |
if most_common_tag == "NNP":
|