Given a string of tokens; which of the following is the method of finding a…
2021
Given a string of tokens; which of the following is the method of finding a parse?
- A.
Analysing
- B.
Recognizing
- C.
Parsing
- D.
Tokenizing
- E.
Question not attempted
Attempted by 112 students.
Show answer & explanation
Correct answer: C
Given a string of tokens, the process of determining its syntactic structure (parse tree) is called Parsing.
⇒ Hence, the method of finding a parse is Parsing