Skip to content

sylvainloiseau/kwic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwic : Print Textual Corpora as Key Word in Context (aka concordance)

Author: Sylvain Loiseau
License: BSD_3_clause

Installation

devtools::install_github("sylvainloiseau/kwic")

Usage

Basic :

data(dickensl)
kwic(dickensl, "the")

Controling the output:

data(dickensl)
res <- kwic(dickensl, "the")
print(res, left=10, right=10, from=3, to=4, sort.by="left")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages