nltk.ChunkParserI.parse

ChunkParserI.parse(tokens)[source]

Return the best chunk structure for the given tokens and return a tree.

Parameters:tokens (list(tuple)) – The list of (word, tag) tokens to be chunked.
Return type:Tree