Skip to contents

Parse a supported input-method dictionary with the Rust cidian parser and return its entries and source coding components. The file extension selects the parser automatically. Supported formats are .scel, .qcel, .qpyd, .bdict, and .bcd.

Usage

read_cidian(path, ...)

Arguments

path

A path to a supported input-method dictionary file.

...

Must be empty. This prevents accidental unused arguments.

Value

A data frame with entry and code character columns. Multiple coding components are joined with a single space.

See also

Examples

if (FALSE) { # \dontrun{
read_cidian("dictionary.scel")
} # }