3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OSX版 Wekaをutf-8で使うには

Posted at

Weka
http://www.cs.waikato.ac.nz/ml/weka/

Windows版においてutf-8を使う方法は比較的色んなところでみかけますが、Mac(OSX)版において、あまり見つからなかったのでメモ。

  1. Weka.appを右クリックし「パッケージの内容を表示」を選択し、パッケージの中身を表示する。
  2. Contents/Info.plist をエディタで開く。
  3. "VMOptions"というkeyのvalueを“-Xmx1Gb”から“-Xmx1Gb -Dfile.encoding=utf-8”へ変更し、保存する。
  4. アプリを再起動する。

参考
http://www.qingpei.me/posts/how-to-open-utf-8-encoded-data-files-in-weka-for-os-x/

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?