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

bug fix

parent f8f0feb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,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=="advmod"){
	    if(k=="nsubj"||k=="obj"||k=="obl"||k=="aux"){
	      p=1;
	      break;
	    }