-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for releasing v0.999.10 #113
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -87,6 +87,9 @@ MeCab に至るまでの形態素解析器開発の歴史等は[こちら]({{<re | |||||||||||||||||||||||
|
||||||||||||||||||||||||
## 新着情報 {#news} | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- **2024-01-15** MeCab 0.996.10 | ||||||||||||||||||||||||
- [Python wheel のビルドエラーを修正](https://github.com/shogo82148/mecab/pull/105) | ||||||||||||||||||||||||
- [SWIG 4.2.0 へアップデート](https://github.com/shogo82148/mecab/pull/112) | ||||||||||||||||||||||||
- **2023-11-25** MeCab 0.996.9 | ||||||||||||||||||||||||
- [C++11で非推奨,C++17で削除された `std::binary_function` を削除](https://github.com/shogo82148/mecab/pull/102) | ||||||||||||||||||||||||
- [Python 3.12, 3.11, 3.10, 3.9 向けの wheel 追加、Python 3.7, 3.6向けの wheelを削除](https://github.com/shogo82148/mecab/pull/101) | ||||||||||||||||||||||||
|
@@ -211,34 +214,34 @@ MeCab に至るまでの形態素解析器開発の歴史等は[こちら]({{<re | |||||||||||||||||||||||
|
||||||||||||||||||||||||
- **MeCab** はフリーソフトウェアです.[GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)(the GNU General Public License Version 2.0), [LGPL](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)(Lesser GNU General Public License Version 2.1), または [三条項BSD](https://spdx.org/licenses/BSD-3-Clause.html) ライセンスに従って本ソフトウェアを使用,再配布することができます。 詳細は COPYING, GPL, LGPL, BSD各ファイルを参照して下さい. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- [v0.996.9](https://github.com/shogo82148/mecab/releases/tag/v0.996.9) | ||||||||||||||||||||||||
- [v0.996.10](https://github.com/shogo82148/mecab/releases/tag/v0.996.10) | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The download link label for MeCab is - - [v0.996.10](https://github.com/shogo82148/mecab/releases/tag/v0.996.10)
+ - [v0.999.10](https://github.com/shogo82148/mecab/releases/tag/v0.999.10) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
### MeCab 本体 | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- Source | ||||||||||||||||||||||||
- mecab-0.996.9.tar.gz: [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-0.996.9.tar.gz) | ||||||||||||||||||||||||
- mecab-0.996.10.tar.gz: [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-0.996.10.tar.gz) | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The source package link text - - mecab-0.996.10.tar.gz: [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-0.996.10.tar.gz)
+ - mecab-0.999.10.tar.gz: [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-0.999.10.tar.gz) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
- 辞書は含まれていません. 動作には別途辞書が必要です。 | ||||||||||||||||||||||||
- Binary package for MS-Windows | ||||||||||||||||||||||||
- mecab-msvc-x64-0.996.9.zip: [64bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-msvc-x64-0.996.9.zip) | ||||||||||||||||||||||||
- mecab-msvc-x86-0.996.9.zip: [32bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-msvc-x86-0.996.9.zip) | ||||||||||||||||||||||||
- mecab-msvc-x64-0.996.10.zip: [64bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-msvc-x64-0.996.10.zip) | ||||||||||||||||||||||||
- mecab-msvc-x86-0.996.10.zip: [32bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-msvc-x86-0.996.10.zip) | ||||||||||||||||||||||||
Comment on lines
+225
to
+226
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The binary package download links for MS-Windows also contain the incorrect version number in the file names. - - mecab-msvc-x64-0.996.10.zip: [64bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-msvc-x64-0.996.10.zip)
- - mecab-msvc-x86-0.996.10.zip: [32bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-msvc-x86-0.996.10.zip)
+ - mecab-msvc-x64-0.999.10.zip: [64bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-msvc-x64-0.999.10.zip)
+ - mecab-msvc-x86-0.999.10.zip: [32bit版ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-msvc-x86-0.999.10.zip) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
- Windows 版には コンパイル済みの IPA 辞書が含まれています | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
### MeCab 用の辞書 | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- IPA 辞書 | ||||||||||||||||||||||||
- IPA 辞書, IPAコーパス に基づき [CRF][CRF] でパラメータ推定した辞書です。 **(推奨)** [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-ipadic-2.7.0-20070801.tar.gz) | ||||||||||||||||||||||||
- IPA 辞書, IPAコーパス に基づき [CRF][CRF] でパラメータ推定した辞書です。 **(推奨)** [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-ipadic-2.7.0-20070801.tar.gz) | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The IPA dictionary download link text should be updated to the correct version number. - - IPA 辞書, IPAコーパス に基づき [CRF][CRF] でパラメータ推定した辞書です。 **(推奨)** [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-ipadic-2.7.0-20070801.tar.gz)
+ - IPA 辞書, IPAコーパス に基づき [CRF][CRF] でパラメータ推定した辞書です。 **(推奨)** [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-ipadic-2.7.0-20070801.tar.gz) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
- JUMAN 辞書 | ||||||||||||||||||||||||
- JUMAN 辞書, 京都コーパスに基づき [CRF][CRF] でパラメータ推定した辞書です。 [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-jumandic-7.0-20130310.tar.gz) | ||||||||||||||||||||||||
- JUMAN 辞書, 京都コーパスに基づき [CRF][CRF] でパラメータ推定した辞書です。 [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-jumandic-7.0-20130310.tar.gz) | ||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The JUMAN dictionary download link text should also be updated to the correct version number. - - JUMAN 辞書, 京都コーパスに基づき [CRF][CRF] でパラメータ推定した辞書です。 [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-jumandic-7.0-20130310.tar.gz)
+ - JUMAN 辞書, 京都コーパスに基づき [CRF][CRF] でパラメータ推定した辞書です。 [ダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-jumandic-7.0-20130310.tar.gz) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
- Unidic 辞書 | ||||||||||||||||||||||||
- Unidic 辞書, BCCWJコーパスに基づき CRF でパラーメータ推定した辞書です。[ダウンロード](https://clrd.ninjal.ac.jp/unidic/) | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
### perl/ruby/python/java バインディング | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- [Perlダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-perl-0.996.9.tar.gz) | ||||||||||||||||||||||||
- [Rubyダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-ruby-0.996.9.tar.gz) | ||||||||||||||||||||||||
- [Pythonダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-python-0.996.9.tar.gz) | ||||||||||||||||||||||||
- [Perlダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-perl-0.996.10.tar.gz) | ||||||||||||||||||||||||
- [Rubyダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-ruby-0.996.10.tar.gz) | ||||||||||||||||||||||||
- [Pythonダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-python-0.996.10.tar.gz) | ||||||||||||||||||||||||
- Windowsに関してはコンパイル済みのwheelもあります。 | ||||||||||||||||||||||||
- [Javaダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.9/mecab-java-0.996.9.tar.gz) | ||||||||||||||||||||||||
- [Javaダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-java-0.996.10.tar.gz) | ||||||||||||||||||||||||
Comment on lines
+240
to
+244
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The download links for the Perl, Ruby, Python, and Java bindings all contain the incorrect version number in the file names. - - [Perlダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-perl-0.996.10.tar.gz)
- - [Rubyダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-ruby-0.996.10.tar.gz)
- - [Pythonダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-python-0.996.10.tar.gz)
- - [Javaダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.996.10/mecab-java-0.996.10.tar.gz)
+ - [Perlダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-perl-0.999.10.tar.gz)
+ - [Rubyダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-ruby-0.999.10.tar.gz)
+ - [Pythonダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-python-0.999.10.tar.gz)
+ - [Javaダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-java-0.999.10.tar.gz) Committable suggestion
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
## インストール {#install} | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release version mentioned in the news section is
0.996.10
, which seems to be a typo since the PR title and objectives mention0.999.10
. Please correct the version number to maintain consistency with the actual release version.Committable suggestion