View source: R/search_transcript_content.R
search_transcript_content | R Documentation |
Search in original content of a single transcript
search_transcript_content(t, s)
t |
Transcript object; transcript to search in. |
s |
Search object. |
Data.frame
data frame with search results.
library(act)
# Search for the 1. Person Singular Pronoun in Spanish.
# Only create the search object without running the search.
mysearch <- act::search_new(x=examplecorpus, pattern= "yo", runSearch=FALSE)
# Run the search
df <- act::search_transcript_content(t=examplecorpus@transcripts[[3]],
s=mysearch)
nrow(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.