mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
japanese/mecab-jawiki: New port: MeCab dictionary from Wikipedia (Japanese edition)
MeCab is open source Japanese dependency structure analyzer developed through the joint research project between Graduate School of Informatics Kyoto University and NTT (Nippon Telegraph and Telephone) Communication Science Laboratories. This package provides dictionary from Wikipedia (Japanese edition). PR: 279239 Reported by: mew14930xvi <mew14930xvi@inbox.lv>
This commit is contained in:
parent
5667992026
commit
f7aaddf034
3 changed files with 16 additions and 0 deletions
|
@ -174,6 +174,7 @@
|
|||
SUBDIR += mecab-ipadic-eucjp
|
||||
SUBDIR += mecab-ipadic-sjis
|
||||
SUBDIR += mecab-ipadic-utf8
|
||||
SUBDIR += mecab-jawiki
|
||||
SUBDIR += mh
|
||||
SUBDIR += migemo
|
||||
SUBDIR += migemo.el
|
||||
|
|
10
japanese/mecab-jawiki/Makefile
Normal file
10
japanese/mecab-jawiki/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
PKGNAMEPREFIX= ja-mecab-
|
||||
|
||||
COMMENT= MeCab dictionary from Wikipedia (Japanese edition)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../skk-jawiki
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
MECAB= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
5
japanese/mecab-jawiki/pkg-descr
Normal file
5
japanese/mecab-jawiki/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
MeCab is open source Japanese dependency structure analyzer developed
|
||||
through the joint research project between Graduate School of Informatics
|
||||
Kyoto University and NTT (Nippon Telegraph and Telephone)
|
||||
Communication Science Laboratories.
|
||||
This package provides dictionary from Wikipedia (Japanese edition).
|
Loading…
Add table
Reference in a new issue