Description Usage Arguments Details Examples
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.
1 | corpus_sentences_browse(x, n = 1000)
|
x |
the corpus to be inspected. |
n |
max number of sentences; default is 1000 |
This function segments the corpus by sentences, and displays the results in a browser for inspection.
1 2 3 4 | ## Not run:
corpus_sentences_browse(data_corpus_pp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.