Description Usage Arguments Value See Also
This function can be used to extract all text excerpts from a text, based on a context search constructed with check_context
. It will show the entire sentence from the first occurance of the first relevant entity to the first sentence of the second entity.
1 | show_context_all(text, search, case_sensitive = FALSE)
|
text |
A string value representing the text that is to be searched. |
search |
The result of a |
case_sensitive |
If TRUE, the function will ignore cases for all entities. |
The function will return a list of sub-strings of text which shows you where the contexts were found.
construct_search
for the construction of the search parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.