You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these 2 lines of codes will annotate the texts visually, and I tried to use the followings to extract all the skills into a list:
doc_node_values = list(set([entry['doc_node_value'] for entry in annotations['results']['ngram_scored']]))
print(doc_node_values)
is there a way to also extract the skill label? (e.g., soft, hard, certification etc.)?
thank you
The text was updated successfully, but these errors were encountered:
Is it possible to extract all the skill names into a list? as well as if it's a hard, soft skill or certification?
annotations = skill_extractor.annotate(job_description)
skill_extractor.describe(annotations)
these 2 lines of codes will annotate the texts visually, and I tried to use the followings to extract all the skills into a list:
doc_node_values = list(set([entry['doc_node_value'] for entry in annotations['results']['ngram_scored']]))
print(doc_node_values)
is there a way to also extract the skill label? (e.g., soft, hard, certification etc.)?
thank you
The text was updated successfully, but these errors were encountered: