Commit 5616050d authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 76a7a1d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ conllusvg.kanbun.checkLinks=function(textid){
      d=c.links[t].deprel;
      f=c.links[t].from;
      p=0;
      if(p==0&&d=="case"){
      if(p==0&&d=="case"&&f-t<0){
	if(c.links[f]!=null){
	  if(c.links[f].from-f<0){
	    k=c.nodes[f].deprel;