Beispiel #1
0
 def count_file(self):
     path = files.count_file_path(self)
     return files.file_contents(path)
Beispiel #2
0
 def results_file(self):
     path = files.experiment_results_file_path(self)
     return files.file_contents(path)
Beispiel #3
0
 def arpa_file(self):
     path = files.arpa_file_path(self)
     return files.file_contents(path)
Beispiel #4
0
 def lm_file(self):
     path = files.lm_file_path(self)
     return files.file_contents(path)
Beispiel #5
0
 def arpa_file(self):
     path = files.arpa_file_path(self)
     return files.file_contents(path)
Beispiel #6
0
 def count_file(self):
     path = files.count_file_path(self)
     return files.file_contents(path)
 def results_file(self):
     path = files.experiment_results_file_path(self)
     return files.file_contents(path)