1

Merge pull request #35 from univerio/shougakukan2

Add support for 小学館 中日・日中 統合辞書 第2版 EPWING
This commit is contained in:
Alexei Yatskov 2022-07-14 21:18:53 -07:00 committed by GitHub
commit 57280ea5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6156 additions and 0 deletions

View File

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

6155
shougakukan2.go Normal file

File diff suppressed because it is too large Load Diff