cleanWords: Clean words

Description Usage Arguments Value Examples

Description

A function to render the word vector to the OCRed sentence.

Usage

1

Arguments

x

A vector of NLP words as parsed by GDD, or a database connection.

Value

A character vector of length equivalent to x.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
  library(geodiveR)
  library(DBI)

  con <- dbConnect(drv = "PostgreSQL",
                   user = "postgres",
                   password = "postgres",
                   host = "localhost",
                   port = "5432",
                   dbname = "deepdive")

  # Using the package's data:
  data(nlp)
  data(publications)

  load_dd(con, bib = publications, sent = nlp)

## End(Not run)

EarthCubeGeochron/geodiveR documentation built on May 25, 2019, 8:29 p.m.