Skip to content

Instantly share code, notes, and snippets.

@akirakubo
akirakubo / bert-japanese.md
Created July 11, 2020 00:10
日本語向け事前学習済みBERTモデルのリスト
@akirakubo
akirakubo / Dockerfile
Created January 30, 2019 14:11
Dockerfile of Mozc for Ubuntu 16.04 container
# Copyright 2010-2018, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
@akirakubo
akirakubo / build-mozc-on-macos-10.13.6.md
Last active April 11, 2020 17:19
Build Mozc with/without Qt on macOS 10.13.6 (or later)

Build Mozc with/without Qt on macOS 10.13.6 (or later)

環境

  • macOS 10.13.6
  • Xcode 10.1 (10B61)

ビルドエラーへの対処

いつの間にかビルドがうまく出来なくなったので対処。

@akirakubo
akirakubo / change-skkdic-url-on-aquaskk.md
Created August 1, 2018 03:34
AquaSKKのSKK辞書(自動ダウンロード)の取得先変更方法

AquaSKK(4.4.6)には、L辞書等の自動ダウンロード、アップデート機能がある。

「辞書の種類」が「SKK辞書(自動ダウンロード)」であって、「有効」のチェックボックスがオンである辞書について、AquaSKKは http://openlab.ring.gr.jp/skk/skk/dic/ にアクセスして取得しようとする。

これを変更するには、plistを編集する必要がある。このplistファイルはプレーンテキストではないため、plutil コマンドで編集する必要がある。

1. 既存の設定のバックアップ

~/Library/Preferences/jp.sourceforge.inputmethod.aquaskk.plist を別の場所にコピーしておく。