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