Description Usage Value Examples
The Brown Corpus was the first million-word electronic corpus of English, created in 1961 at Brown University. This corpus contains text from 500 sources, and the sources have been categorized by genre, such as news, editorial, and so on. 1.1 gives an example of each genre (for a complete list, see http://icame.uib.no/brown/bcm-los.html).
1 |
Return NLTK's Brown corpus as Python object.
1 2 3 4 5 6 | ## Not run:
brown <- brown_corpus()
brown$categories() %>%
reticulate::py_to_r()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.