extract_flavour: Extract flavours from sentance

Description Usage Arguments Examples

Description

This function extracts the flavours from a sentance and returns them with or without descriptions. The default returns just the words that are tastes, and if you set description to TRUE a data frame with word and explanation is returned.

Usage

1
extract_flavour(charvec, description = FALSE)

Arguments

charvec

a sentance like: "The coffee has a smooth soft creamy taste"

description

FALSE or TRUE if you want the description of those words

Examples

1
extract_flavour("the nippy brew had a oily after taste with turpsy tones")

RMHogervorst/coffeegeeks documentation built on May 30, 2019, 3:01 p.m.