force_conformance {quanteda.textmodels}R Documentation

Internal function to match a dfm features to a target set

Description

Takes a dfm and a set of features, and makes them match the features listed in the set.

Usage

force_conformance(x, features, force = TRUE)

Arguments

x

input dfm

features

character; a vector of feature names

force

logical; if TRUE, make the new dfm conform to the vector of features, otherwise return an error message

Examples

quanteda.textmodels:::force_conformance(quanteda::data_dfm_lbgexample, c("C", "B", "Z"))

[Package quanteda.textmodels version 0.9.4 Index]