Home »
MCQs »
Natural Language Processing (NLP) MCQs
Which of the following correctly defines Top-Down parser?
22. Which of the following correctly defines Top-Down parser?
- Top-Down Parser starts parsing the tree from the start symbol, constructing the tree up to the input symbol
- Top-Down Parser starts parsing from the input symbol and constructs the tree up to the start symbol
- Both of the above
- None of the above
Answer
The correct answer is: A) Top-Down Parser starts parsing the tree from the start symbol, constructing the tree up to the input symbol
Explanation
Top-Down Parser starts parsing the tree from the start symbol, constructing the tree up to the input symbol. Top-Down parser uses a recursive procedure to process the inputs.