nltk.LazySubsequence.MIN_SIZE

LazySubsequence.MIN_SIZE = 100

The minimum size for which lazy slices should be created. If LazySubsequence() is called with a subsequence that is shorter than MIN_SIZE, then a tuple will be returned instead.