Learn R Programming

crqanlp (version 0.3)

crqanlp-package: Dynamic Natural Language Processing with Recurrence Quantification Analysis

Description

crqanlp is a package for conducting dynamic analysis of text under recurrence quantification, which builts upon the `crqa` package.

Arguments

Details

Package: crqanlp
Type: Package
Version: 0.1
Date: 2017-03-05
License: GPL >= 2

assign_codes:

clean_text:

get_text_series:

plot_rp:

text_rqa:

text_win_rqa:

References

Coco, M. I., & Dale, R. (2014). Cross-recurrence quantification analysis of categorical and continuous time series: an R package. Frontiers in psychology, 5, 510.

Marwan, N., and Kurths, J. Nonlinear analysis of bivariate data with cross recurrence plots. Physics Letters A 302.5 (2002): 299-307.

Orsucci, F., Giuliani, A., Webber Jr, C., Zbilut, J., Fonagy, P. and Mazza, M. (2006). Combinatorics and synchronization in natural semiotics. Physica A: Statistical Mechanics and its Applications, 361(2), 665-676.

Examples

Run this code
# NOT RUN {

txt = "here is a raw raw raw string, literally"
res = text_rqa(txt,typ = "string")
plot_rp(res$RP)


# }

Run the code above in your browser using DataLab