context_free_grammar_ambiguous (373B)
1 # Context free grammar ambiguous 2 3 A [CFG] which is not an [unambiguous_CFG]: some [words] have multiple [parse_trees] 4 5 Some ambiguous CFGs can be replaced by an [unambiguous_CFG] which is [CFG_equivalent], but others cannot because they recognize an [inherently_ambiguous_CFL] 6 7 Up: [context_free_grammar], [ambiguity] 8 9 Aliases: CFG ambiguous, ambiguous CFG, ambiguous CFGs