コード例 #1
0
    def __init__(self, corpus_path, annotation_file_path):
        AnnotationCheck.__init__(self, annotation_file_path)

        self._file_reader = UserInputTriggerAnswerReader()
        self._answer_picker = AnswerPicker(self._file_reader)
        self._file_reader.process_file(corpus_path, self._answer_picker.process_user_input_answer)
コード例 #2
0
 def __init__(self, corpus_path, annotation_file_path):
     AnnotationCheck.__init__(self, annotation_file_path)
     self._answer_picker.process_file(corpus_path)