Example #1
0
 def setUp(self):
     # self.ner = BertNer() #Your implementation of NER
     self.input_file = 'ner_test_input.txt'
     self.output_file = 'ner_test_output.txt'
     self.pred = Ner.predict(self.input_file)