You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
822 B
27 lines
822 B
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/query_gen_actors.R
|
|
\name{query_gen_actors}
|
|
\alias{query_gen_actors}
|
|
\title{Generate actor search queries based on data in actor db}
|
|
\usage{
|
|
query_gen_actors(actor, country, pre_tags, post_tags)
|
|
}
|
|
\arguments{
|
|
\item{actor}{A row from the output of elasticizer() when run on the 'actor' index}
|
|
|
|
\item{country}{2-letter string indicating the country for which to generate the queries, is related to inflected nouns, definitive forms and genitive forms of names etc.}
|
|
|
|
\item{pre_tags}{Highlighter pre-tag}
|
|
|
|
\item{post_tags}{Highlighter post-tag}
|
|
}
|
|
\value{
|
|
A data frame containing the queries, related actor ids and actor function
|
|
}
|
|
\description{
|
|
Generate actor search queries based on data in actor db
|
|
}
|
|
\examples{
|
|
query_gen_actors(actor,country)
|
|
}
|