Skip to content

Commit

Permalink
Update skkdict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krisfail authored Sep 22, 2023
1 parent 7e197c0 commit 9ebe7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jawiki/skkdict.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def merge_skkdict(dicts):

def write_skkdict(outfname, dictionary):
with open(outfname, 'w', encoding='utf-8') as ofh:
ofh.write(";; This dictionary was generated by https://github.com/yuuki76/skkdict-jawiki-kris using data from ja.wikipedia.org.\n")
ofh.write(";; This dictionary was generated by https://github.com/krisfail/skkdict-jawiki-kris using data from ja.wikipedia.org, dic.nicovideo.jp, and dic.pixiv.net.\n")
ofh.write(";; Original: https://github.com/tokuhirom/jawiki-kana-kanji-dict .\n")
ofh.write(";; この辞書は、日本語版Wikipediaの記事データとニコニコ大百科、ピクシブ百科事典の見出し語を用いて自動生成されました。日本語版Wikipedia、ニコニコ大百科、ピクシブ百科事典の執筆者、スクリプトのフォーク元のtokuhirom(Tokuhiro Matsuno)氏、dic-nico-intersection-pixivの作者であるncaqに感謝します。\n")
ofh.write(";; フォーク元のスクリプトよりも広い条件で変換に役立たなさそうな語を排除しています。詳細については、リポジトリを確認してください。\n")
Expand Down

0 comments on commit 9ebe7f9

Please sign in to comment.