binders: Binders functions

Description Usage Arguments Value Examples

Description

bind_gram_cat

bind the grammatical category of a word

bind_gender

bind the gender of a word (if appliable)

bind_infover

bind the verbal info of a verb (if appliable)

bind_infover

bind the lemme to a word

Usage

1
2
3
4
5
6
7

Arguments

df

the dataframe

col

the column with words

Value

a tibble

Examples

1
2
3
4
5
6
ad <- proustr::albertinedisparue
b <- tidytext::unnest_tokens(ad, mots, text) %>%
    count(mots) %>%
    slice(1:10)
bind_homograph(b, mots)
bind_gram_cat(b, mots)

ColinFay/lexiquer documentation built on May 6, 2019, 2:19 p.m.