extract_keywords
Extract and rank keywords from resume text using TF-IDF, entity classification, and skill categorization, returning enriched keywords with confidence scores.
Instructions
Extract keywords from resume text using TF-IDF analysis, then overlay entity classification (NER) and skill categorization. Returns ranked keywords enriched with entity type, skill category, and confidence scores. No AI calls — all computation is algorithmic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Number of top keywords to return (default: 40) | |
| resumeText | Yes | The raw text content of a resume |