This function imports a concordance from files generated by other means than
write_conc().
Usage
import_conc(x, file_encoding = "UTF-8", source_type = c("corpuseye"), ...)Arguments
- x
A vector of input filenames.
- file_encoding
Encoding of the file(s).
- source_type
Character string. How the file is read. Currently only
"corpuseye"is supported.- ...
Additional arguments (not implemented).
Value
An object of class conc.
See also
read_conc() for files written with write_conc().
