Skip to content

Commit

Permalink
Merge branch 'taku910:master' into swig
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansche authored Aug 29, 2023
2 parents 0c24f73 + 05481e7 commit d88cdc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h3>Juman 辞書</h3>
<h3>Unidic 辞書</h3>
<ul>
<li>Unidic 辞書, BCCWJコーパスに基づき <a href="http://www.cis.upenn.edu/~pereira/papers/crf.pdf">CRF</a>
でパラーメータ推定した辞書です。<a href="http://www.tokuteicorpus.jp/dist/">ダウンロード</a></li>
でパラーメータ推定した辞書です。<a href="https://clrd.ninjal.ac.jp/unidic/">ダウンロード</a></li>
</ul>

<li><a name="script"><b>perl/ruby/python/java バインディング</b></a>
Expand Down
2 changes: 1 addition & 1 deletion libmecab.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>

mecab_destroy(mecab);
mecab_lattice_destroy(lattice);
mecab_model_destory(model);
mecab_model_destroy(model);

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion mecab/doc/libmecab.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>C サンプルコード</h2>

mecab_destroy(mecab);
mecab_lattice_destroy(lattice);
mecab_model_destory(model);
mecab_model_destroy(model);

return 0;
}
Expand Down

0 comments on commit d88cdc2

Please sign in to comment.