nltk.chunk.ne_chunk_sents()

nltk.chunk.ne_chunk_sents(tagged_sentences, binary=False)[source]

Use NLTK’s currently recommended named entity chunker to chunk the given list of tagged sentences, each consisting of a list of tagged tokens.