concordance_file: concordance for input text file

View source: R/Concordances.R

concordance_fileR Documentation

concordance for input text file

Description

returns concordance text for input file.

Usage

concordance_file(filename, pattern, encoding = getOption("encoding"),
  span = 5)

Arguments

filename

file name

pattern

patterns of central words

encoding

filename's encoding

span

how many character will be produced around input pattern

Author(s)

Heewon Jeon

References

Church, K. W. and Mercer, R. L. (1993). Introduction to the special issue on computational linguistics using large corpora. Computational Linguistics, 19(1):1-24.


haven-jeon/KoNLP documentation built on June 13, 2025, 7:33 a.m.