Description Usage Arguments Value
find the most relevant document for a queery by computing tf-idf for a set of terms within a corpus
1 |
corpus |
the text or texts to be analyzed as a list of character vectors |
terms |
a character vector (or a regular expression if own_regex == TRUE) of terms to determine document relevance with |
own_regex |
when TRUE allows you to add custom regular expressions for terms argument. when FALSE rbow will construct regular expression from the character vector you supplied. defaults to FALSE |
a data frame with document number and mean tf-idf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.