NLTK Documentation
Installation
More
Return a list of 3-tuples containing (word, tag, IOB-tag). Convert a tree to the CoNLL IOB tag format.
(word, tag, IOB-tag)
t (Tree) – The tree to be converted.
list(tuple)