Example #1
0
 def test_annot_text_file(self):
     text_fname = config["test_data_dir"] + "/sample_no_1.txt"
     annotator = OsloBergenTagger()
     graph_list = annotator.annot_text_file(text_fname)
     check_graph_format(graph_list)