Update.
[culture.git] / problem.py
index 8d973eb..0795de1 100755 (executable)
@@ -9,11 +9,11 @@
 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
-    def save_quizzes(self, input, result_dir, filename_prefix, logger):
+    def save_quizzes(self, input, result_dir, filename_prefix):
         pass
 
     # returns a pair (forward_tokens, backward_token)
         pass
 
     # returns a pair (forward_tokens, backward_token)