nltk.chunk.ne_chunk()

nltk.chunk.ne_chunk(tagged_tokens, binary=False)[source]

Use NLTK’s currently recommended named entity chunker to chunk the given list of tagged tokens.