Learn R Programming

morphemepiece.data (version 1.2.0)

morphemepiece_lookup: Load a Morphemepiece Lookup

Description

A morphemepiece lookup is a named character vector. The names of the vector are the words, and the values are the space-separated morpheme breakdowns of those words.

Usage

morphemepiece_lookup()

Arguments

Value

A named character vector.

Examples

Run this code
# NOT RUN {
head(morphemepiece_lookup())
# }

Run the code above in your browser using DataLab