name_extract | R Documentation |
extract names using gnfinder
name_extract( path, verify = FALSE, language = NULL, no_bayes = FALSE, odds_details = FALSE, data_sources = NULL, tokens = NULL )
path |
(character) path to a file |
verify |
(logical) verify names? default: |
language |
(logical) text's language. by default it's
automatically detected. default: |
no_bayes |
(logical) do not run Bayes algorithms. default: |
odds_details |
(logical) show details of odds calculation.
default: |
data_sources |
(numeric vector) IDs of data sources to display for
matches. default: |
tokens |
(logical) xxx. default: |
list of two data.frames:
meta: metadata
names: names and their parts, varies based on function parameters
x <- system.file("examples/BoegerEtal2015.pdf", package="namext") x name_extract(x) name_extract(x, verify = TRUE) name_extract(x, language = "eng") name_extract(x, no_bayes = TRUE) name_extract(x, odds_details = TRUE) name_extract(x, data_sources = c(4, 12)) name_extract(x, tokens = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.