Commit 6324db81 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent f09673d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ conllusvg.kanbun.checkLinks=function(textid){
      }
      if(p==0&&d=="advmod"){
        k=c.nodes[t].upostag;
        if(k=="NOUN"||k=="PRON"||k=="PROPN")
        if(k!="ADV"&&k!="VERB"&&k!="CCONJ"&&k!="PART")
	  p=1;
      }
      if(p==0&&(d=="nmod"||d=="compound"||d=="flat")){