check_tokened: Check Tokenization for list

View source: R/check_tokened.R

check_tokenedR Documentation

Check Tokenization for list

Description

This functions check if documents into a corpora are stored as single string or are tokened

Usage

check_tokened(x)

## S3 method for class 'list'
check_tokened(x)

## S3 method for class 'corpus_list'
check_tokened(x)

## S3 method for class 'character'
check_tokened(x)

## S3 method for class 'VCorpus'
check_tokened(x)

## Default S3 method:
check_tokened(x)

Arguments

x

An object containing documents

Value

A logical vector

Examples

data(liu_corpus)
check_tokened(liu_corpus)


UBESP-DCTV/costumer documentation built on Feb. 1, 2023, 4:52 a.m.