예제 #1
0
파일: Program.cs 프로젝트: 0x00-pl/my_prog
 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);
 }
예제 #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);
 }