get_POS: Return a table of parts of speech

Description Usage Arguments Value Examples

View source: R/pos.R

Description

Knowing the distribution of a word's part of speech (POS) can be an informative characteristic for correcting errors. Note that this can be computationally expensive.

Usage

1
get_POS(txt)

Arguments

txt

A character representation of a text

Value

A table of word, POS, and frequency of the combination

Examples

1
# get_POS(test_txt)

jacob-ogre/ocrerrors documentation built on May 18, 2019, 8:01 a.m.