nltk.PCFG.is_chomsky_normal_form

PCFG.is_chomsky_normal_form()

Return True if the grammar is of Chomsky Normal Form, i.e. all productions are of the form A -> B C, or A -> “s”.