Sign inSign up

1masc/textmining-grouping

By 1masc

Updated about 8 years ago

TextMining-Grouping

Image
0

1.3K

1masc/textmining-grouping repository overview

Text Mining - Grouping

This R script contains a set of text and data mining algorithms:

For input a text or text file can be used with the following definition

<label1>: <any text>
<label2>: <any text>
...

A working Shiny application can run online within a browser or manually started wih the command source("main.r"). The application does the following steps:

  1. cleaning input text, stopword reduction, remove punctation and numbers

  2. runs the normalized compression distance to analyse dissimilarity of the text input

  3. runs the multidimensional scaling to create a 2D projection of the dissimilarity data

  4. runs affinity propagation of 2D projection to build groups of data

Tag summary

Content type

Image

Digest

Size

393.3 MB

Last updated

about 8 years ago

docker pull 1masc/textmining-grouping