Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.featureHits

S3 summary for featureHits class


Description

S3 summary for featureHits class

Usage

## S3 method for class 'featureHits'
summary(object, ...)

Arguments

object

a featureHits object, as returned by search_features

...

not used

Examples

text = c('A B C', 'D E F. G H I', 'A D', 'GGG')
tc = create_tcorpus(text, doc_id = c('a','b','c','d'), split_sentences = TRUE)
hits = search_features(tc, c('query label# A AND B', 'second query# (A AND Q) OR ("D E") OR I'))

summary(hits)

corpustools

Managing, Querying and Analyzing Tokenized Text

v0.4.10
GPL-3
Authors
Kasper Welbers and Wouter van Atteveldt
Initial release
2022-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.