Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nandenjin/itfdic
A localized word dictionary asset for University of Tsukuba
https://github.com/nandenjin/itfdic
imagine-the-future mecab university-of-tsukuba
Last synced: about 2 months ago
JSON representation
A localized word dictionary asset for University of Tsukuba
- Host: GitHub
- URL: https://github.com/nandenjin/itfdic
- Owner: nandenjin
- Created: 2018-04-07T02:53:34.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-22T02:41:46.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:13:38.672Z (5 months ago)
- Topics: imagine-the-future, mecab, university-of-tsukuba
- Homepage:
- Size: 40 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tsukuba - ITF-Dic - MeCabで利用できる、筑波大学の独自語を自然言語解析辞書にまとめたもの。 (ライブラリ・モジュール・パッケージ / その他)
README
# ITF-Dic [![CircleCI](https://circleci.com/gh/nandenjin/itfdic.svg?style=shield)](https://circleci.com/gh/nandenjin/itfdic)
## 筑波大学生 自然言語解析辞書MeCabで利用できる、筑波大学の独自語を自然言語解析辞書にまとめたものです。
## Build
構築済み辞書ファイルはbuildディレクトリ内に同梱されています。masterブランチへのコミットは自動ビルドで常に最新版に取り込まれています。
手動ビルドは以下の方法で行えます。
```shell
#
# MeCab導入により mecab-dict-indexが利用可能になっている必要があります。
# -d オプションの引数はシステム辞書へのパスです。
#/usr/lib/mecab/mecab-dict-index \
-d /usr/share/mecab/dic/ipadic \
-u build/itfdic.dic \
-f utf-8 \
-t utf-8 src/itfdic.csv
```## Contribution
`dev`へのコミットをお願いします。コミットにはビルド済みデータを含めないようにしてください。