The Chomsky Hierarchy is a classification of formal languages in terms of their generative power, ranging from regular languages to recursively enumerable languages. It provides a framework to understand the computational complexity and capabilities of different types of grammars and automata in theoretical computer science and linguistics.
Noun Phrase Chunking, also known as NP Chunking, is a natural language processing technique used to identify and segment noun phrases within a sentence, which are groups of words that function as a noun. It is a crucial step in parsing and understanding text, facilitating tasks such as information extraction and syntactic analysis.
Constituency and dependency are two fundamental approaches in syntactic theory that describe how words in a sentence relate to each other. Constituency focuses on hierarchical structure and grouping of words into phrases, while dependency emphasizes the direct relationships between individual words, particularly head-dependent pairs.