sS ai_groupSimplestNounPhrases(S s) {
  ret ai_groupUsingProductions(s, ai_standardBUParserWithProductions(
    [[<determiner> + <noun> = <noun>]]));
}