def __init__(self, fname, _lemmatize=False, _dictionary={}, filter_namespaces=('0',)):
self.fname = fname
self.logger = startlog()
self.corpus = WikiCorpus(fname, lemmatize=_lemmatize, dictionary=_dictionary)
文章目录