nltk.LazyZip.index

LazyZip.index(value, start=None, stop=None)

Return the index of the first occurrence of value in this list that is greater than or equal to start and less than stop. Negative start and stop values are treated like negative slice bounds – i.e., they count from the end of the list.