corpus_sentences_browse: inspect the sentences in a corpus

Description Usage Arguments Details Examples

View source: R/browse.R

Description

Inspect the sentences in a corpus, in a browser. Useful for inspecting how sentences are segmented, to see what problems are occurring in the segmentation.

Usage

1

Arguments

x

the corpus to be inspected.

n

max number of sentences; default is 1000

Details

This function segments the corpus by sentences, and displays the results in a browser for inspection.

Examples

1
2
3
4
## Not run: 
corpus_sentences_browse(data_corpus_pp)

## End(Not run)

kbenoit/sophistication documentation built on May 12, 2021, 5:57 a.m.