Title: | Dictionary Tool for 'MeCab' |
---|---|
Description: | Provides the source 'IPAdic' for 'MeCab'. |
Authors: | Akiru Kato [aut, cre], Nara Institute of Science and Technology [cph], ICOT Free Software [cph] |
Maintainer: | Akiru Kato <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.2 |
Built: | 2024-10-27 06:20:24 UTC |
Source: | https://github.com/paithiov909/kelpbeds |
Vocabularies of 'IPAdic'
ipadic
ipadic
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 392126 rows and 13 columns.
A dataset containing vocabularies of 'IPAdic'.
The original 'IPAdic' is copyrighted by the Nara Institute of Science and Technology and 'ICOT'. For details about the terms of use, see 'LICENSE.note' in this package.
'matrix.def' of 'IPAdic'
ipadicmat
ipadicmat
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 1731856 rows and 3 columns.
A dataset converted from 'matrix.def' of 'IPAdic'.
The original 'IPAdic' is copyrighted by the Nara Institute of Science and Technology and 'ICOT'. For details about the terms of use, see 'LICENSE.note' in this package.
Prepare source IPA dictionary
prep_ipadic(dic_dir = tempdir())
prep_ipadic(dic_dir = tempdir())
dic_dir |
Directory to write dictionary files. |
dic_dir
is returend invisibly.
Prepare source MeCab SKKServ dictionary
prep_skkserv(dic_dir = tempdir())
prep_skkserv(dic_dir = tempdir())
dic_dir |
Directory to write dictionary files. |
dic_dir
is returend invisibly.
Prepare directory for building 'Sudachi' dictionary
prep_sudachidict(dir = tempdir())
prep_sudachidict(dir = tempdir())
dir |
Directory to write dictionary files. |
file.path(dir, "sudachidict")
is returend invisibly.
Vocabularies of 'mecab-sskserv' dictionary
skkserv
skkserv
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 446002 rows and 5 columns.
A dataset containing vocabularies of 'mecab-sskserv' dictionary.
The dictionary of 'mecab-sskserv' is a derived work from 'IPAdic' and licensed under the same license as 'IPAdic'.
The original 'IPAdic' is copyrighted by the Nara Institute of Science and Technology and 'ICOT'. For details about the terms of use, see 'LICENSE.note' in this package.
'matrix.def' of 'mecab-sskserv' dictionary
skkservmat
skkservmat
An object of class spec_tbl_df
(inherits from tbl_df
, tbl
, data.frame
) with 897981 rows and 3 columns.
A dataset converted from 'matrix.def' of 'mecab-sskserv' dictionary.
The dictionary of 'mecab-sskserv' is a derived work from 'IPAdic' and licensed under the same license as 'IPAdic'.
The original 'IPAdic' is copyrighted by the Nara Institute of Science and Technology and 'ICOT'. For details about the terms of use, see 'LICENSE.note' in this package.