str_words2sent: Convert data.frame of separate words to a vector of sentences

Description Usage Arguments Value Examples

Description

Convert data.frame with 3 variables: word, word_n (number of word), sent_n (number of sentence) To a vector of sentences

Usage

1
str_words2sent(d, sep = " ")

Arguments

sep

the separator for words, space by default

x

the data.frame with 3 variables: word, word_n (number of word), sent_n (number of sentence)

Value

a vector of sentences

Examples

1
str_words2sent(str_sent2words(c("привет","Маша, это я, Дубровский")))

bdemeshev/bigr documentation built on May 12, 2019, 3:40 a.m.