Relative Content

Tag Archive for spacytext-classificationnamed-entity-recognition

Using NER to label big parts of text

I’m trying to process a CV-like text, more exactly to split it into parts by their meaning (Description, Contacts, Experience, Education, Certifications etc).
Would NER be suitable for this purpose (labeling the whole paragraph as ABOUT_ME for example)? As far as I know NER‘s main focus is to find words or maybe the combinations of words, would it work for big parts of text?
Also I’ve looked at Text Classification, but it seems to be used for whole-text classification, not it’s parts.
Is there any “ready-to-go” instrument or this task is non-typical?