Skip to content
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

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions mecab/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment on lines +90 to +92
Copy link

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 mention 0.999.10. Please correct the version number to maintain consistency with the actual release version.

- - **2024-01-15** MeCab 0.996.10
+ - **2024-01-15** MeCab 0.999.10

Committable suggestion

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- **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)
- **2024-01-15** MeCab 0.999.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)
Expand Down Expand Up @@ -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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The download link label for MeCab is v0.996.10, which should be v0.999.10 to match the intended release version.

- - [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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [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)


### 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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source package link text mecab-0.996.10.tar.gz should reflect the correct version 0.999.10.

-  - 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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- 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)

- 辞書は含まれていません. 動作には別途辞書が必要です。
- 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
Copy link

Choose a reason for hiding this comment

The 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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- 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)

- 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)
Copy link

Choose a reason for hiding this comment

The 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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- 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)

- 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)
Copy link

Choose a reason for hiding this comment

The 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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- 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)

- 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
Copy link

Choose a reason for hiding this comment

The 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

IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- [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)
- [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)
- Windowsに関してはコンパイル済みのwheelもあります。
- [Javaダウンロード](https://github.com/shogo82148/mecab/releases/download/v0.999.10/mecab-java-0.999.10.tar.gz)


## インストール {#install}

Expand Down
Loading