Example #1
0
 def sahens_in_title(self):
     wp = WordPicker(self.title)
     sahens = wp.pick_sahens()
     return sahens
Example #2
0
 def sahens_in_title(self):
     wp = WordPicker(self.title)
     sahens = wp.pick_sahens()
     return sahens
Example #3
0
 def sahens_in_snippet(self):
     wp = WordPicker(self.snippet)
     sahens = wp.pick_sahens()
     return sahens
Example #4
0
 def sahens_in_snippet(self):
     wp = WordPicker(self.snippet)
     sahens = wp.pick_sahens()
     return sahens