MTMM

 

Multivariate Text Mining Module (MTMM)

UV
Multivariante Text Mining Module (MTMM) is a user – oriented interface that integrates the functions from
the exploratory analysis method in a text. This interface covers descriptive statistics that frequency 
tables and plot (Word cloud and Zipf's law), Analysis of similarity, Correspondence Factorial Analysis
(AFC) and Reinert.  

 

WINDOWS / LINUX 

1
#Comand to install
install.packages("devtools")
library("devtools")
devtools::install_github('nshuerta/MTMM')
2
#Call to library
library(MTMM)
3
#View the description 
library(help=MTMM)
4
#View the requirements 
?MTMM

 

MAC OS X 

1
2
#Install XQuartz
The use of X11 (including tcltk) requires XQuartz
3
#Restart the computer
4
#Comand to install
install.packages("devtools")
library("devtools")
devtools::install_github('nshuerta/MTMM')
5
#Call to library
library(MTMM)
6
#View the description 
library(help=MTMM)
7
#View the requirements 
?MTMM

 

EXAMPLE

1
#Call to library
library(MTMM)
2
#Call the interface
MTMM()

3
#Choose a data set (csv)
File - Open - csv

4
#Choose method 
Method
  
5
#Use of sections - Descriptive
Method - Descriptive.general - Word Cloud

6
#Use of sections - Reinert
Method - Reinert

 

DOCUMENTATION

 

REFERENCES

- Luis Jesus Lozano-Duran, Nery Sofia Huerta-Pacheco, Jose Guillermo Hernandez-Calderon and Sergio Hernandez-Gonzalez (2018). 
MTMM: Multivariate Text Mining Module. R package version 0.1.0. http://www.uv.mx/personal/nehuerta/mtmm

 

Publicado en Páginas