def tokenize(self, s):
     """
     Main API.
     """
     return [wash_author_name(s)]
 def tokenize_for_phrases(self, s):
     """
     Returns washed autor name.
     """
     return [wash_author_name(s)]
 def tokenize_for_phrases(self, s):
     """
     Returns washed autor name.
     """
     return [wash_author_name(s)]