titles<-system.file("extdata/contents3.txt",package="SherlockHolmes")
texts<-system.file("extdata/processed_download3.txt",package="SherlockHolmes")
SH<-Sherlock(titles=titles,texts=texts,patterns=patterns[1],
toupper=TRUE,odir=tempdir(),concord=FALSE,minl=100,P=0.00001,
verbose=FALSE)
Run the code above in your browser using DataLab