df_sent {pangoling} | R 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
[Package pangoling version 1.0.3 Index]