Description Usage Arguments Examples
Named Entity Extraction
1 | ne_chunk(pos)
|
pos |
POS tagged to tokenize. |
1 2 3 4 5 6 | ## Not run:
tokens <- word_tokenize("This is an R package.")
tagged <- pos_tag(tokens)
ne_chunk(tagged)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.