Exemplo n.º 1
0
 def check_correctness(self, path_res_openfst, path_res_rustfst):
     check_property_set(path_res_openfst, "accessible")
     check_property_set(path_res_openfst, "coaccessible")
     check_property_set(path_res_rustfst, "accessible")
     check_property_set(path_res_rustfst, "coaccessible")
     check_fst_equals(path_res_openfst, path_res_rustfst)
Exemplo n.º 2
0
 def check_correctness(self, path_res_openfst, path_res_rustfst):
     check_fst_equals(path_res_openfst, path_res_rustfst)