jorgeramirez / slr-pattern-analyse

Analysis of SLR patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis of SLR patterns

Basic analysis of SLR patterns in R. Check the R project website for instructions.

Intallation

You need to install R in your environment.

Then install the libraries by running

$ ./install.sh

Running the scripts

You can analys keyword patterns and sentences. Syntax:

USAGE: gen-report.sh <FULL_PATH_TO_CSV> <TYPE_PATTERN>
       TYPE_PATTERN: keywords | sentences

Examples:

# Analysing keyword patterns
$ ./gen-report.sh keyword-patterns.csv keywords

# Analysing sentence patterns
$ ./gen-report.sh keyword-patterns.csv keywords

About

Analysis of SLR patterns


Languages

Language:R 91.9%Language:Shell 8.1%