Loading conllusvg/editor-kanbun.html +5 −6 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
conllusvg/editor-kanbun.html +5 −6 Original line number Diff line number Diff line Loading @@ -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") Loading