checktags.Rd
Check OpenNLP Tags
check_tags_(file) check_tags(tag)
file | Full path to file containing tagged sentences, ussually a |
---|---|
tag | Tagged character vector. |
# NOT RUN { data <- 'some sentence with some "<START:tag> erroneous tag <END>." And <START:tag> here also<END>.' # corrected tags data <- check_tags(data) # }