diff --git a/conllusvg/editor-kanbun.html b/conllusvg/editor-kanbun.html index d0727d020d50bbeea8d2f950b8db36c9863fb1b7..d2746fd8b3bc862583d0de1418ef243635d0758f 100644 --- a/conllusvg/editor-kanbun.html +++ b/conllusvg/editor-kanbun.html @@ -323,7 +323,7 @@ conllusvg.kanbun.checkLinks=function(textid){ } if(p==0&&d=="advmod"){ k=c.nodes[t].upostag; - if(k!="ADV"&&k!="VERB"&&k!="CCONJ"&&k!="PART") + if(k!="ADV"&&k!="VERB"&&k!="NUM"&&k!="CCONJ"&&k!="PART") p=1; } if(p==0&&(d=="nmod"||d=="compound"||d=="flat")){