This function compares the tags between two vectors of strings.
Arguments
- vec1
A character vector of tagged text in tokenised form used for reference.
- vec2
A character vector of tagged text in tokenised form to compare against vec1.
- regex
A regular expression of the tag to be checked in both vectors.
- regex1
The regular expression of the tag to search in vector 1.
- regex2
The regular expression of the tag to search in vector 2.
- ...
Additional arguments to be passed on to the
quick_conc
output.