View source: R/search_transcript_fulltext.R
search_transcript_fulltext | R Documentation |
Search in full text of a single transcript
search_transcript_fulltext(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_fulltext(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.