1

Implement shougakukan2

This commit is contained in:
Jack Zhou 2022-05-16 08:13:55 -07:00
parent a4af996222
commit c918a6bb5d
2 changed files with 6156 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func epwingExportDb(inputPath, outputPath, language, title string, stride int, p
"古語辞典": makeGakkenExtractor(), "古語辞典": makeGakkenExtractor(),
"故事ことわざ辞典": makeGakkenExtractor(), "故事ことわざ辞典": makeGakkenExtractor(),
"学研漢和大字典": makeGakkenExtractor(), "学研漢和大字典": makeGakkenExtractor(),
"小学館2": makeShougakukan2Extractor(),
} }
var ( var (

6155
shougakukan2.go Normal file

File diff suppressed because it is too large Load Diff