trie_find: Given a document and a search trie finds occurrences of

Description Usage Arguments Value

View source: R/find.R

Description

Given a document and a search trie finds occurrences of

Usage

1
2
trie_find(document, trie, border_chars = c("!", ",", ".", "?", ";", ":",
  "\n", "\t"), raw = F)

Arguments

document
trie

Value

a dataframe


lmkirvan/textTries documentation built on May 25, 2019, 9:32 p.m.