annotateKWIC: Title

View source: R/annotate.R

annotateKWICR Documentation

Title

Description

Title

Usage

annotateKWIC(
  kwic = data.frame(IPId = paste("a", 1:10, sep = ""), a = 1:10, b = 10:1),
  corpus = data.frame(IPId = paste("a", 1:30, sep = ""), a = 1:30, b = 30:1),
  objectName = paste(deparse(substitute(kwic)), "_ann", sep = ""),
  pathPraat = "../praat"
)

Arguments

kwic

concordanz

corpus

corpus by ip

objectName

name of object tp save to

pathPraat

path where praat and sendpraat are saved does not end with /


TimoSchuer/Dissertation documentation built on Feb. 25, 2024, 6:24 a.m.