Package 'kelpbeds'

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-09-24 04:28:46 UTC
Source: https://github.com/paithiov909/kelpbeds

Help Index


Vocabularies of 'IPAdic'

Description

Vocabularies of 'IPAdic'

Usage

ipadic

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 392126 rows and 13 columns.

Details

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'

Description

'matrix.def' of 'IPAdic'

Usage

ipadicmat

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 1731856 rows and 3 columns.

Details

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

Description

Prepare source IPA dictionary

Usage

prep_ipadic(dic_dir = tempdir())

Arguments

dic_dir

Directory to write dictionary files.

Value

dic_dir is returend invisibly.


Prepare source MeCab SKKServ dictionary

Description

Prepare source MeCab SKKServ dictionary

Usage

prep_skkserv(dic_dir = tempdir())

Arguments

dic_dir

Directory to write dictionary files.

Value

dic_dir is returend invisibly.


Prepare directory for building 'Sudachi' dictionary

Description

Prepare directory for building 'Sudachi' dictionary

Usage

prep_sudachidict(dir = tempdir())

Arguments

dir

Directory to write dictionary files.

Value

file.path(dir, "sudachidict") is returend invisibly.


Vocabularies of 'mecab-sskserv' dictionary

Description

Vocabularies of 'mecab-sskserv' dictionary

Usage

skkserv

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 446002 rows and 5 columns.

Details

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

Description

'matrix.def' of 'mecab-sskserv' dictionary

Usage

skkservmat

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 897981 rows and 3 columns.

Details

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.