Description Usage Arguments Examples
Check OpenNLP Tags
| 1 2 3 | check_tags_(file)
check_tags(tag)
 | 
| file | Full path to file containing tagged sentences, ussually a  | 
| tag | Tagged character vector. | 
| 1 2 3 4 5 6 7 | ## Not run: 
data <- 'some sentence with some "<START:tag> erroneous tag <END>." And <START:tag> here also<END>.'
# corrected tags
data <- check_tags(data)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.