def __init__(self, w=200, k=5): #call super class constructor TextTilingTokenizer.__init__(self, w, k, stopwords=nltkstop.words(LANG), demo_mode=True)