added readings index up to L-1144
This commit is contained in:
parent
080a9d2733
commit
6b7f65cc58
@ -1,14 +1,22 @@
|
|||||||
#!/bin/zsh
|
#!/bin/bash
|
||||||
printf "start at reading no. L-"
|
if [ -n "$1" ]; then
|
||||||
read -r start_no
|
printf "start at reading no. L-"
|
||||||
|
read -r start_no
|
||||||
|
else
|
||||||
|
start_no="$(tail -n1 readings_index | cut -f3)"
|
||||||
|
fi
|
||||||
for ((n=$start_no;n<=4000;n++)); do
|
for ((n=$start_no;n<=4000;n++)); do
|
||||||
printf "index of reading no. L-%s:" "$n"
|
printf "index of reading no. L-%s:" "$n"
|
||||||
read -r index
|
read -r index
|
||||||
if [ "$index" -gt 2200 ]; then
|
if [ "$index" = "" ]; then
|
||||||
|
continue
|
||||||
|
elif [ "$index" -gt 2200 ]; then
|
||||||
echo "Kanji from third book. Just adding index and reading index for now"
|
echo "Kanji from third book. Just adding index and reading index for now"
|
||||||
printf '%s\t\t%s\n' "$index" "$n" | tee -ai readings_index
|
printf '%s\t\t%s\n' "$index" "$n" | tee -ai readings_index
|
||||||
else
|
elif [ "$index" -gt 0 ]; then
|
||||||
line="$(grep -P "^$index\t" lesungen)"
|
line="$(grep -P "^$index\t" lesungen)"
|
||||||
printf '%s\t%s\n' "$line" "$n" | tee -ai readings_index
|
printf '%s\t%s\n' "$line" "$n" | tee -ai readings_index
|
||||||
|
elif [ "$index" -eq 0 ]; then
|
||||||
|
n="$(( n - 2 ))";
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -1032,3 +1032,159 @@
|
|||||||
729 研 1031
|
729 研 1031
|
||||||
1417 究 1032
|
1417 究 1032
|
||||||
1173 社 1033
|
1173 社 1033
|
||||||
|
2158 麗 1034
|
||||||
|
1500 御 1035
|
||||||
|
1583 飯 1035
|
||||||
|
30 旦 1036
|
||||||
|
1992 那 1036
|
||||||
|
1095 内 1037
|
||||||
|
36 自 1038
|
||||||
|
844 分 1038
|
||||||
|
639 心 1039
|
||||||
|
574 電 1040
|
||||||
|
368 話 1040
|
||||||
|
2058 番 1041
|
||||||
|
1330 号 1041
|
||||||
|
2128 晩 1042
|
||||||
|
923 男 1043
|
||||||
|
102 女 1044
|
||||||
|
2129 勉 1045
|
||||||
|
1321 強 1045
|
||||||
|
803 弁 1046
|
||||||
|
1236 当 1046
|
||||||
|
469 瞳 1047
|
||||||
|
304 車 1048
|
||||||
|
554 地 1049
|
||||||
|
1264 図 1049
|
||||||
|
625 団 1050
|
||||||
|
51 下 1051
|
||||||
|
909 鉄 1051
|
||||||
|
1310 挨 1052
|
||||||
|
713 拶 1052
|
||||||
|
151 沙 1053
|
||||||
|
149 汰 1053
|
||||||
|
1264 図 1054
|
||||||
|
349 書 1054
|
||||||
|
112 大 1055
|
||||||
|
346 学 1055
|
||||||
|
746 丈 1056
|
||||||
|
116 外 1057
|
||||||
|
624 国 1057
|
||||||
|
1023 人 1057
|
||||||
|
1262 料 1058
|
||||||
|
283 理 1058
|
||||||
|
36 自 1059
|
||||||
|
256 然 1059
|
||||||
|
1 一 1060
|
||||||
|
1 一 1061
|
||||||
|
1444 緒 1061
|
||||||
|
4 四 1062
|
||||||
|
13 月 1062
|
||||||
|
7 七 1063
|
||||||
|
9 九 1064
|
||||||
|
1023 人 1064
|
||||||
|
9 九 1065
|
||||||
|
171 時 1065
|
||||||
|
10 十 1066
|
||||||
|
6 六 1066
|
||||||
|
40 千 1067
|
||||||
|
1952 円 1067
|
||||||
|
496 壱 1068
|
||||||
|
68 万 1068
|
||||||
|
1569 銀 1069
|
||||||
|
938 行 1069
|
||||||
|
1127 旅 1070
|
||||||
|
173 火 1071
|
||||||
|
618 曜 1071
|
||||||
|
786 乳 1072
|
||||||
|
1108 瓦 1073
|
||||||
|
137 水 1074
|
||||||
|
207 木 1075
|
||||||
|
610 午 1076
|
||||||
|
1476 縛 1076
|
||||||
|
1675 生 1077
|
||||||
|
385 戚 1078
|
||||||
|
1760 非 1079
|
||||||
|
862 常 1079
|
||||||
|
287 金 1080
|
||||||
|
830 山 1081
|
||||||
|
224 本 1082
|
||||||
|
161 土 1083
|
||||||
|
1613 辞 1084
|
||||||
|
1969 典 1084
|
||||||
|
199 完 1085
|
||||||
|
1989 都 1086
|
||||||
|
1625 報 1087
|
||||||
|
63 元 1088
|
||||||
|
1701 漢 1089
|
||||||
|
197 字 1089
|
||||||
|
321 冗 1090
|
||||||
|
374 談 1090
|
||||||
|
1027 住 1091
|
||||||
|
1208 所 1091
|
||||||
|
2173 関 1092
|
||||||
|
284 主 1093
|
||||||
|
970 秘 1094
|
||||||
|
685 必 1095
|
||||||
|
2078 単 1096
|
||||||
|
2003 段 1097
|
||||||
|
1043 信 1098
|
||||||
|
2032 飛 1099
|
||||||
|
554 地 1100
|
||||||
|
449 転 1101
|
||||||
|
1537 酎 1102
|
||||||
|
1186 由 1103
|
||||||
|
1312 柔 1104
|
||||||
|
812 去 1105
|
||||||
|
1114 年 1105
|
||||||
|
1754 聞 1106
|
||||||
|
471 商 1107
|
||||||
|
632 店 1107
|
||||||
|
2157 慶 1108
|
||||||
|
653 応 1108
|
||||||
|
309 前 1109
|
||||||
|
310 煎 1110
|
||||||
|
61 見 1111
|
||||||
|
1129 物 1111
|
||||||
|
1210 近 1112
|
||||||
|
39 中 1113
|
||||||
|
1739 煙 1114
|
||||||
|
1670 喫 1115
|
||||||
|
267 茶 1115
|
||||||
|
1711 今 1116
|
||||||
|
340 週 1116
|
||||||
|
1278 度 1117
|
||||||
|
584 場 1118
|
||||||
|
262 告 1119
|
||||||
|
518 音 1120
|
||||||
|
1872 楽 1120
|
||||||
|
1799 速 1121
|
||||||
|
812 去 1122
|
||||||
|
816 室 1123
|
||||||
|
1111 営 1124
|
||||||
|
1931 業 1124
|
||||||
|
1235 掃 1125
|
||||||
|
1787 除 1125
|
||||||
|
1336 写 1126
|
||||||
|
1229 急 1127
|
||||||
|
1449 給 1128
|
||||||
|
497 毎 1129
|
||||||
|
1847 形 1130
|
||||||
|
2029 来 1131
|
||||||
|
944 待 1132
|
||||||
|
110 小 1133
|
||||||
|
345 売 1134
|
||||||
|
1219 質 1135
|
||||||
|
1744 問 1135
|
||||||
|
415 題 1136
|
||||||
|
1188 油 1137
|
||||||
|
1582 食 1138
|
||||||
|
861 堂 1138
|
||||||
|
1290 拳 1139
|
||||||
|
1291 券 1140
|
||||||
|
888 聖 1141
|
||||||
|
633 庫 1142
|
||||||
|
1443 練 1143
|
||||||
|
616 習 1143
|
||||||
|
76 乱 1144
|
||||||
|
1941 暴 1144
|
||||||
|
Loading…
Reference in New Issue
Block a user