0 votes
in Artificial Intelligence by
Parsing determines Parse Trees (Grammatical Analysis) for a given sentence.

(a) True

(b) False

I got this question during an interview for a job.

This key question is from Natural Language Processing topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct choice is (a) True

Easy explanation: Determine the parse tree (grammatical analysis) of a given sentence. The grammar for natural languages is ambiguous and typical sentences have multiple possible analyses. In fact, perhaps surprisingly, for a typical sentence there may be thousands of potential parses (most of which will seem completely nonsensical to a human).

Related questions

0 votes
asked Oct 21, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson
...