Beispiel #1
0
 static void Main(string[] args)
 {
     int temp = new edit_distance().get_distance("中华人民共和国刑法", "中华人民共和国公司法");
     //    header_map temp1= step1(new doc_reader());
     //    link_map temp2 = step2(new doc_reader(), temp1);
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     int temp = new edit_distance().get_distance("中华人民共和国刑法", "中华人民共和国公司法");
     //    header_map temp1= step1(new doc_reader());
     //    link_map temp2 = step2(new doc_reader(), temp1);
 }