dot-get_casedness: Determine Casedness of Vocabulary

.get_casednessR Documentation

Determine Casedness of Vocabulary

Description

Determine Casedness of Vocabulary

Usage

.get_casedness(v)

## Default S3 method:
.get_casedness(v)

## S3 method for class 'wordpiece_vocabulary'
.get_casedness(v)

## S3 method for class 'character'
.get_casedness(v)

Arguments

v

An object of class wordpiece_vocabulary, or a character vector.

Value

TRUE if the vocabulary is case-sensitive, FALSE otherwise.


wordpiece documentation built on March 18, 2022, 5:55 p.m.