Amphiboly
Amphiboly is the phenomenon wherein one sentence (or, more generally, one string of symbols) in a language obtains two or more constituent structures (see syntax) according to one grammar. In natural languages, each constituent structure typically corresponds to a different meaning. For example, in English, the sentence
"I saw the sailor with a telescope"
obtains two possible constituent structures:
(I (saw (the sailor) (with a telescope) ) )
in which ego uses a telescope to see the sailor, and
(I (saw (the sailor (with a telescope) ) ) )
in which the sailor seen by ego is the one holding a telescope and not, for example, the one holding a banana.
Parsing with any remotely realistic natural language grammar either devised by hand or extracted from corpora usually yields several constituent structures for each sentence, and so one of the chief occupations of computational linguistics is determining which of the constituent structures found corresponds to the indended reading. Moreover, as humans usually agree on which of the constituent structures is correct with very little effort, psycholinguists investigate which factors prompt the selection of one constituent structure over another.