count_sounds: Count sounds in a word list using converter

Description Usage Arguments Author(s) Examples

View source: R/count_sounds.R

Description

This function returns a dataframe with counts for all unique converted IPA combinations with context (if context argument greater then 0).

Usage

1
count_sounds(x, converter, context = 0)

Arguments

x

a character vector with list of words for analysis.

converter

a converter with transcription-IPA correspondences.

context

integer value that define the context size.

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

1

agricolamz/lingphonology documentation built on May 19, 2019, 2:55 a.m.