Ejemplo n.º 1
0
    def __init__(self, w=200, k=5):

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