Commit 314df395 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 76e014bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ conllusvg.kanbun.checkLinks=function(textid){
	for(x in c.links){
	  if(c.links[x].from==f){
	    k=c.links[x].deprel;
	    if(k=="nsubj"||k=="obj"||k=="obl"||k=="aux"||k=="conj"){
	    if(k=="nsubj"||k=="obj"||k=="obl"||k=="aux"){
	      p=1;
	      break;
	    }