Exemplo n.º 1
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'repetition_score')
     self.stemmer = SnowballStemmer("english")
Exemplo n.º 2
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'sentence_score')
Exemplo n.º 3
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'obscurity_score')
     self.common = self.get_wordlist(1000)
Exemplo n.º 4
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'num_lines')
Exemplo n.º 5
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'word_size')
Exemplo n.º 6
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'width_in_char')
Exemplo n.º 7
0
 def __init__(self):
     FeatureExtractor.__init__(self, 'num_words')