CRAN
Xplortext 1.1.1
Statistical Analysis of Textual Data
Released Jan 23, 2018 by Ram�n Alvarez-Esteban
Dependencies
stringr 1.2.0 tm 0.7-3 slam 0.1-42 gridExtra 2.3 FactoMineR 1.39 ggplot2 2.2.1
Provides a set of functions devoted to multivariate exploratory statistics on textual data. Classical methods such as correspondence analysis and agglomerative hierarchical clustering are available. Chronologically constrained agglomerative hierarchical clustering enriched with labelled-by-words trees is offered. Given a division of the corpus into parts, their characteristic words and documents are identified. Further, accessing to 'FactoMineR' functions is very easy. Two of them are relevant in textual domain. MFA() addresses multiple lexical table allowing applications such as dealing with multilingual corpora as well as simultaneously analyzing both open-ended and closed questions in surveys. CaGalt() helps to explore the relationships between lexical choices and contextual variables. See
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>Xplortext</artifactId> <version>1.1.1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:Xplortext')
Test Results
This package was last tested against Renjin 0.9.2592 on Jan 25, 2018.