Skip to content

Commit

Permalink
Fix documents for release 0.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta committed May 7, 2016
1 parent a9006e2 commit 7c2905b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
14 changes: 3 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,21 @@ Janome (蛇の目) は, Pure Python で書かれた, 辞書内包の形態素解
動作に必要なソフトウェア
--------------------------

Python 2.7.x または Python 3.4+ インタプリタ
Python 2.7.x または Python 3.3+ インタプリタ

バージョン
-----------------

:strike:`janome (for Python 3) と janomePy2 (for Python 2.7) があります. minor version が同じなら同等の動作をします.`

janome が Python 2.7, Python 3.4 両方に対応したので, janomePy2 は不要になりました. Python 2.7 系, 3 系のどちらでも janome をご利用ください.

* janome: 0.2.7
* :strike:`janomePy2: 0.1.4`
* janome: 0.2.8

インストール
---------------

PyPI
^^^^

:strike:`pip でのビルド時に 3~4 GB程度のメモリを必要とします. 貧弱なマシンや, 他の重い処理が走っているときに同時にビルドするとマシンが凍る可能性がありますのでご注意ください. (改善検討中...)`

:strike:`上記の理由により, 現行バージョンでは 32 bit 版 Python だとビルド時に Meomory Error でこけます. 64 bit 版を使ってください.`

.. note:: pip でのビルド時に 500 ~ 600 MB 程度のメモリを必要とします. 利用可能なメモリ容量にご注意ください. (バージョン 0.2.6 より, RAM 2GB 程度のマシンや 32 bit 環境でもインストールできるようになりました.)

`https://pypi.python.org/pypi/Janome <https://pypi.python.org/pypi/Janome>`_
Expand All @@ -58,8 +51,6 @@ PyPI
$ pip install janome
:strike:`for Python 2.7 users: https://pypi.python.org/pypi/JanomePy2`

使い方
-----------
Expand Down Expand Up @@ -303,6 +294,7 @@ Copyright(C) 2015-2016, moco_beta. All rights reserved.
History
----------

* 2016.05.07 janome Vesrion 0.2.8 リリース
* 2016.03.05 janome Version 0.2.7 リリース
* 2015.10.26 janome Version 0.2.6 リリース
* 2015.05.11 janome Version 0.2.5 リリース
Expand Down
5 changes: 3 additions & 2 deletions docs_en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Source Codes
Requirements
------------

Python 2.7.x or Python 3.4+ interpreter
Python 2.7.x or Python 3.3+ interpreter

Current version
---------------

* janome: 0.2.7
* janome: 0.2.8

Install
-------
Expand Down Expand Up @@ -257,6 +257,7 @@ Copyright(C) 2015-2016, moco_beta. All rights reserved.
History
----------

* 2016.05.07 janome Version 0.2.8 was released
* 2016.03.05 janome Version 0.2.7 was released
* 2015.10.26 janome Version 0.2.6 was released
* 2015.05.11 janome Version 0.2.5 was released
Expand Down

0 comments on commit 7c2905b

Please sign in to comment.