df_sent: Example dataset: Two word-by-word sentences

df_sentR Documentation

Example dataset: Two word-by-word sentences

Description

This dataset contains two example sentences, split word-by-word. It is structured to demonstrate the use of the pangoling package for processing text data.

Usage

df_sent

Format

A data frame with 15 rows and 2 columns:

sent_n

(integer) Sentence number, indicating which sentence each word belongs to.

word

(character) Words from the sentences.

See Also

Other datasets: df_jaeger14

Examples

# Load the dataset
data("df_sent")
df_sent

pangoling documentation built on April 11, 2025, 6:16 p.m.