Commit 69dbd45b authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

[era-name] introduced

parent aa1a1987
Loading
Loading
Loading
Loading
+5 −1
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 安岡孝一, April 27, 2019.</title>
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, May 1, 2019.</title>
<script src="conllusvgview.js"></script>
<script src="conllusvgedit.js"></script>
<script src="conllusvgload.js"></script>
@@ -443,6 +443,10 @@ conllusvg.kanbun.addGloss=function(textid){
	k="[country-name]";
      else if(j=="n,名詞,固定物,地名")
	k="[place-name]";
      else if(j=="n,名詞,時,*"){
	if(c.nodes[i].form.length>1)
	  k="[era-name]";
      }
    }
    if(k==null)
      j="SpaceAfter=No";