From 3d8195b25d98c0dc3c26f66b47d0c3bbc3c150e7 Mon Sep 17 00:00:00 2001 From: "Toshinori Sato (@overlast)" Date: Tue, 25 Aug 2020 20:35:20 +0900 Subject: [PATCH] Periodic data update on 2020-08-20(Thu) --- README.ja.md | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.ja.md b/README.ja.md index f9ca1fd7..ea0b0f6f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -56,9 +56,9 @@ Web上の文書の解析をする際には、この辞書と標準のシステ ## 使用開始 ### 推奨空きメモリ領域 - 標準インストール時(オプション未指定の場合) - - 必須: 空き 1.5GByte - - 推奨: 空き 5GByte - - 標準インストール時のバイナリファイルのサイズは約850MByteです + - 必須: 空き 2GByte + - 推奨: 空き 6GByte + - 標準インストール時のバイナリファイルのサイズは約910MByteです - 今後も段々大きくなります - 仮想マシンに割り当てたメモリが少なくとも 2GB 以上でないと十分なメモリ領域を確保できずコンパイルに失敗します diff --git a/README.md b/README.md index f934fb1b..2bbe4413 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ When you analyze the Web documents, it's better to use this system dictionary an ## Pros and Cons ### Pros -- Recorded about 3.19 million pairs(including duplicate entries) of surface/furigana(kana indicating the pronunciation of kanji) of the words such as the named entity that can not be tokenized correctly using default system dictionary of MeCab. +- Recorded about 3.22 million pairs(including duplicate entries) of surface/furigana(kana indicating the pronunciation of kanji) of the words such as the named entity that can not be tokenized correctly using default system dictionary of MeCab. - Update process of this dictionary will automatically run on development server. - I'm planning to renew this dictionary at least updating twice weekly - Every Monday and Thursday @@ -54,9 +54,9 @@ When you analyze the Web documents, it's better to use this system dictionary an ## Getting started ### Memory requirements -- Required: 1.5GB of RAM -- Recommend: 5GB of RAM - - Current maximum binary size is 1.1GB +- Required: 2GB of RAM +- Recommend: 6GB of RAM + - Current maximum binary size is 1.2GB ### Dependencies