tCorpus_querying {corpustools} | R Documentation |
Use Boolean queries to analyze the tCorpus
Description
Details
Feature-level queries
search_features()) | Search for features based on keywords and conditions |
$code_features()) | Add a column to the token data based on feature search results |
$search_recode() | Use the search_features query syntax to recode features |
feature_associations() | Given a query, get words that often co-occur nearby |
kwic() | Get keyword-in-context (kwic) strings |
browse_hits() | Create full-text browsers with highlighted search hits |
Context-level queries
search_contexts() | Search for documents or sentences using Lucene-like queries |
$subset_query() | use the search_contexts query syntax to subset the tCorpus |
[Package corpustools version 0.5.1 Index]