create_syntrel: Create Syntactic Relationships

Description Usage Arguments Value Author(s) See Also

View source: R/create_syntrel.R

Description

Apply a udpipe model for part-of-speech tagging and dependency parsing to identify syntactic relationships.

Usage

1

Arguments

text

Character string. String to be parsed.

model

Character string. Path from the working directory to the downloaded udpipe model.

Value

A tibble where each observation is a syntactic relationship between two words from the initial text.

Author(s)

Nicolas Mangin

See Also

udpipe


NicolasJBM/lexR documentation built on Feb. 4, 2021, 6:43 p.m.