def __init__(self, iid, word):
     Indexable.__init__(self, iid, word)
     # self.title = title
     # self.singer = singer
     self.word = word
Ejemplo n.º 2
0
 def __init__(self, iid, word, isBinaryWord):
     Indexable.__init__(self, iid, word, isBinaryWord)
     # self.title = title
     # self.singer = singer
     self.word = word
Ejemplo n.º 3
0
 def __init__(self, iid, title, author, metadata):
     Indexable.__init__(self, iid, metadata)
     self.title = title
     self.author = author
Ejemplo n.º 4
0
 def __init__(self, iid, title, author, metadata):
     Indexable.__init__(self, iid, metadata)
     self.title = title
     self.author = author