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

check "amod"

parent a5045b49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<!DOCTYPE html><head><meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, January 13, 2020.</title>
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, February 7, 2020.</title>
<script src="conllusvgview.js"></script>
<script src="conllusvgedit.js"></script>
<script src="conllusvgload.js"></script>
@@ -331,7 +331,7 @@ conllusvg.kanbun.checkLinks=function(textid){
	if(k=="ADV")
	  p=1;
      }
      if(p==0&&(d=="nmod"||d=="compound"||d=="flat")){
      if(p==0&&(d=="nmod"||d=="compound"||d=="flat"||d=="amod")){
        k=c.nodes[f].upostag;
	if(k=="NOUN"||k=="PROPN"||k=="PRON"||k=="NUM"||k=="PART")
	  p=0;