Displaying 1 result from an estimated 1 matches for "concordanc".
Did you mean:
concordance
2005 Sep 12
0
grepping and splitting (with R 2.1.1)
Hi R experts
I have the following regular expression problem. I am writing a basic corpus retrieval program, i.e. a concordancer/function where a user enters
- a set or a directory of text files to search;
- a regular expression to search for in these files.
I want to provide an output in which the matches of the regular expression are listed in one central column and the neighboring columns given the words before and aft...