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