Building Chunker
What is a 'chunk' in the context of Natural Language Processing?
Which of the following is NOT typically used as a feature for chunking?
What is the main advantage of using both lexicon and POS features for chunking?
If you increase the size of the training corpus for a chunker, what is the most likely effect?
Which model is generally more flexible for chunking: HMM or CRF?
What is a common error type in chunking output?
Suppose your chunker is making many mistakes. Which of the following is LEAST likely to help?
What does the 'Check Accuracy' step in the simulation demonstrate?
Which of the following best describes the difference between chunking and full parsing?
In practical NLP applications, why is chunking useful?