Commit ff4dc252 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 523a1c5b
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -290,14 +290,13 @@ conllusvg.kanbun.checkLinks=function(textid){
	      p=1;
	      break;
	    }
	    else if(k=="det"||k=="compound"||k=="conj"||k=="flat"){
	      if(c.links[f].from-f<0){
		p=1;
		break;
	      }
	  }
	}
      }
      if(p==0&&d=="case"&&c.links[f].from-f<0){
	k=c.nodes[f].deprel;
	if(k=="det"||k=="compound"||k=="conj"||k=="flat")
	  p=1;
      }
      if(p==0&&d=="cc"){
	if(c.nodes[f].deprel!="conj")