findWord: findWord

View source: R/findWord.R

findWordR Documentation

findWord

Description

Find a word in a TextGrid

Usage

findWord(x, word = "speech", tier = "Word", ignore_case = TRUE)

Arguments

x

path to a TextGrid

word

word to search for

tier

name of word tier in TextGrid

ignore_case

default is 'TRUE'

Value

Returns a tibble with onset (t1) and offset (t2) of each occurance of the word in the TextGrid

See Also

extractWord


retimer documentation built on April 4, 2025, 2:04 a.m.