Skip to content
Snippets Groups Projects
Commit 6a956f98 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent a53bb002
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html><head><meta charset="UTF-8" /> <!DOCTYPE html><head><meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, October 24, 2020.</title> <title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, October 29, 2020.</title>
<script src="conllusvgview.js"></script> <script src="conllusvgview.js"></script>
<script src="conllusvgedit.js"></script> <script src="conllusvgedit.js"></script>
<script src="conllusvgload.js"></script> <script src="conllusvgload.js"></script>
...@@ -316,7 +316,7 @@ conllusvg.kanbun.checkLinks=function(textid){ ...@@ -316,7 +316,7 @@ conllusvg.kanbun.checkLinks=function(textid){
if(d!="obl:tmod") if(d!="obl:tmod")
p=1; p=1;
} }
else{ else if(k!~/^n,数詞,/){
if(d=="obl:tmod") if(d=="obl:tmod")
p=1; p=1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment