Learn R Programming

morphemepiece.data

The goal of morphemepiece.data is to provide stable, versioned English morpheme data. This data can be used to tokenize words into morpheme pieces, such as is implemented in the {morphemepiece} tokenizer package.

The data is compiled using the {wikimorphemes} package.

Installation

You can install the released version of morphemepiece.data from CRAN with:

install.packages("morphemepiece.data")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("macmillancontentscience/morphemepiece.data")

Example

You likely won’t ever need to use this package directly. It contains two functions to load data used by {morphemepiece}.

library(morphemepiece.data)

head(morphemepiece_vocab())
#> [1] "[PAD]"  "[UNK]"  "[CLS]"  "[SEP]"  "[MASK]" "!"
head(morphemepiece_lookup())
#>           later           years            used           being          united 
#>     "late ##er"      "year ##s"      "use ##ed"      "be ##ing"    "unite ##ed" 
#>       including 
#> "include ##ing"

Code of Conduct

Please note that the morphemepiece.data project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Disclaimer

This is not an officially supported Macmillan Learning product.

Contact information

Questions or comments should be directed to Jonathan Bratt (jonathan.bratt@macmillan.com) and Jon Harmon (jonthegeek@gmail.com).

Copy Link

Version

Install

install.packages('morphemepiece.data')

Monthly Downloads

218

Version

1.2.0

License

Apache License (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Jon Harmon

Last Published

April 18th, 2022

Functions in morphemepiece.data (1.2.0)

morphemepiece_lookup

Load a Morphemepiece Lookup
morphemepiece_vocab

Load a Morphemepiece Vocabulary
.get_path

Generate the inst path
.load_inst_rds

Load an RDS from inst Dir