Update.
[culture.git] / problem.py
index 95a9c41..0795de1 100755 (executable)
@@ -9,7 +9,7 @@
 class Problem:
     # returns a nb x (L+1+L) long tensor where L is the length of one
     # of the two states of a quizz
 class Problem:
     # returns a nb x (L+1+L) long tensor where L is the length of one
     # of the two states of a quizz
-    def generate_seq(self, nb):
+    def generate_token_sequences(self, nb):
         pass
 
     # save a file to vizualize quizzes, you can save a txt or png file
         pass
 
     # save a file to vizualize quizzes, you can save a txt or png file