Skip to content

racdale/crqanlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crqanlp

This is an early version of a library for conducting dynamic analysis of text under recurrence quantification. We show recurrence quantification (RQA) as a dynamic natural language processing tool, and offer a wrapper around the CRAN crqa library for R (Coco & Dale, 2014). Details about the relationship between RQA and standard NLP, along with examples using crqanlp, can be found in the following full paper draft:

-- Dale & Coco (in preparation). Dynamic natural language processing with recurrence quantification analysis.

Installation

crqanlp is now on CRAN, and can be installed this way:

install.packages('crqanlp')

If you wish to directly install from this repository, copy this R folder to a root path, and run the following code:

lapply(list.files('R'),function(x) { source(paste('R/',x,sep='')) })

About

A wrapper for the crqa R library to do analysis of text dynamics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages