tif2parallel: Parallel text processing and annotation - the latter via...

View source: R/tif2parallel.R

tif2parallelR Documentation

Parallel text processing and annotation – the latter via 'udpipe'.

Description

Parallel text processing and annotation – the latter via 'udpipe'.

Usage

tif2parallel(
  tif,
  mwe = NULL,
  output_dir = NULL,
  model_dir,
  model = "english-ewt-ud-2.5-191206.udpipe",
  tagger = "default",
  parser = "none",
  cores = 6,
  per = 1
)

Arguments

tif

A dataframe

mwe

A character vector

output_dir

A file path, optional –

model_dir

A file path

model

A character string – udmodel name

tagger

A character string

parser

A character string

cores

An integer

per

An integer

Value

A list of data frames


jaytimm/text2df documentation built on July 21, 2023, 1:58 a.m.