df_sent | R Documentation |
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.
df_sent
A data frame with 15 rows and 2 columns:
(integer) Sentence number, indicating which sentence each word belongs to.
(character) Words from the sentences.
Other datasets:
df_jaeger14
# Load the dataset
data("df_sent")
df_sent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.