This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
文字 | 符号位置 | kIRG_JSource | チャートのグリフ相当のMJ文字図形名 | コード相当のIVS表現 | チャートのグリフ相当のIVS表現 | |
---|---|---|---|---|---|---|
𭂲 | U+2D0B2 | JMJ-059372 | MJ068097 | 𭂲󠄀 | 𭂲󠄁 | |
𭓱 | U+2D4F1 | JMJ-059505 | MJ068098 | 𭓱󠄀 | 𭓱󠄁 | |
𮩁 | U+2EA41 | JMJ-060341 | MJ068100 | 𮩁󠄀 | 𮩁󠄂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Unihanのデータを使って、部首ごとの文字数をカウントする。 | |
-- 複数の部首が登録されている漢字については、それぞれの部首で重複してカウントされる。 | |
-- 実行コマンド: erq --init mojidata.erq < unihan_radicals.erq | |
table temp.radicals_chart = | |
unihan_kRSUnicode | |
join regexp_all(value, '(?<r>\d+)''*\.(?<s>\d+)') | |
{ UCS, unpack groups {r, s} } | |
join radicals on r=radical | |
{radical: 部首漢字 => count: count(distinct UCS)} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MJ文字情報一覧の部首・内画数のうち、下記リストのものは誤りが含まれると思われますが、こちらは修正可能でしょうか? ご確認いただきたく存じます。 | |
リストは空行区切りのレコードになっていて、各レコード各行にMJ文字図形名、漢字、MJ文字情報一覧表に記載されている部首・内画数(複数ある場合は複数行にわたって記載。正しい部首・内画数も含む。)を順に記載しています。 | |
以下、リスト | |
MJ000026 | |
㐭 | |
亠部6画 | |
广部8画 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- erq <matsudo-population-density.erq > matsudo-population-density.svg | |
topojson_feature(readfile('r2ka12207.topojson'), 'town') | |
{*, unpack properties {KEY_CODE, AREA, JINKO}} | |
{*, population_density: JINKO / AREA * 1000000} | |
output vega lite svg with | |
projection mercator, | |
mark geoshape, | |
encoding { | |
color: population_density q {title: "人口密度[人/km²]"} | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
"width": 500, | |
"height": 300, | |
"data": { | |
"url": "https://geoshape.ex.nii.ac.jp/ka/topojson/2020/12/r2ka12207.topojson", | |
"format": { | |
"type": "topojson", | |
"feature": "town" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- erq <jazh-consonants.erq >jazh-consonants.svg | |
attach '/Users/mandel59/ws/mojidata/packages/mojidata/dist/moji.db' as mojidata;; | |
with ja as (k: unihan_kJapaneseOn join o: string_split(k.value, ' ') {UCS, ja_c: ifnull(regexp_substr(lower(o.value), '^(ch|ts|sh|[hfbmtdnrszjkgwy])'), '∅') }) | |
with zh as (k: unihan_kMandarin join p: string_split(k.value, ' ') {UCS, zh_c: ifnull(regexp_substr(p.value, '^(zh|ch|sh|[bpmfdtnlzcsrjqxgkhwy])'), '∅') }) | |
joyo { UCS: 漢字 } join ja using (UCS) join zh using (UCS) { ja_c, zh_c => count: count(distinct UCS) } | |
output vega lite svg with | |
encoding { | |
x: ja_c n sort['h','f','b','m','t','ch','ts','d','n','r','s','sh','z','j','k','g','w','y','∅'], | |
y: zh_c n sort['b','p','m','f','d','t','n','l','zh','ch','sh','z','c','s','j','q','x','r','g','k','h','w','y','∅'] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No. | 文字情報基盤漢字 | 変更前UCS | 変更前漢字 | 変更先UCS | 変更先漢字 | |
---|---|---|---|---|---|---|
1 | MJ006392 | U+4E54 | 乔 | U+215E4 | 𡗤 | |
2 | MJ011878 | U+617A | 慺 | U+2284C | 𢡌 | |
3 | MJ016697 | U+720B | 爋 | U+24455 | 𤑕 | |
4 | MJ026224 | U+9094 | 邔 | U+2866C | 𨙬 | |
5 | MJ031376 | U+20778 | 𠝸 | U+2D136 | 𭄶 | |
6 | MJ031861 | U+20A44 | 𠩄 | U+2B826 | 𫠦 | |
7 | MJ034361 | U+21C79 | 𡱹 | U+21C8F | 𡲏 | |
8 | MJ034394 | U+21CAA | 𡲪 | U+21978 | 𡥸 | |
9 | MJ036619 | U+229FA | 𢧺 | U+229E3 | 𢧣 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
㐄 | B,H,M,S,U,V,X,Z,UCS2003 | |
---|---|---|
㐮 | K | |
㑒 | G,K,M,T,U | |
㒹 | Z | |
㕓 | G,S,T,Z | |
㕯 | Z | |
㚇 | B,H,J,U,V,X | |
㞷 | B | |
㠯 | S,U,X,Z | |
㡀 | S,X,Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5744eee9f8eae1f499d024631eedddea114d64e6 Mon Sep 17 00:00:00 2001 | |
From: Ryusei Yamaguchi <[email protected]> | |
Date: Sun, 7 Aug 2022 04:06:49 +0900 | |
Subject: [PATCH] Fix 7 entries | |
U+5448, U+59C9, U+8821, U+947D, U+9855, U+20957, U+2BAA2 | |
--- | |
IDS.TXT | 14 +++++++------- | |
1 file changed, 7 insertions(+), 7 deletions(-) |
NewerOlder