Learn Before
Concept

Chunking in NLP

Chunking, a kind of partial parsing, is the process of identifying and classifying the flat, non-overlapping segments of a sentence that constitute the basic non-recursive phrases corresponding to the major content-word parts-of-speech: noun phrases, verb phrases, adjective phrases, and prepositional phrases. The task of finding all the base noun phrases in a text is particularly common.

The two fundamental tasks involved in chunking are:

  • Segmenting: finding the non-overlapping extents of the chunks
  • Labelling: assigning the correct tag to the discovered chunks

0

0

Updated 2022-11-04

Tags

Data Science

Related