A LaTex Aware Text Analysor and Visualisation
A set of BASH scripts that will analyse your Text and LaTex Files and output complete and sectionwise word frequency graphs and data.
- BASH
- Gnuplot
- Open BASH/Shell/Terminal
cd /path/to/this/repository- Copy text to be analysed into repository
sudo chmod +x Metextractor.sh Analytex.sh Analytext.sh- [Optional]Change the path of $scriptsdir in Metextractor.sh to the directory these repository files are in
./Metextractor.sh Test.tex./Analytex.shOR./Analytext.sh Test.txt
- Ignore Error "sed: can't read : No such file or directory"
- Enable "Hidden File View" to view output as all output prepended with "."
- Ensure all applications dependencies installed
- Make sure file permission are set correctly
- To run script from different folder change the path of $scriptsdir in Metextractor.sh
- Insert your tex/text file in the $scriptsdir
- Metextractor.sh : Creates the Analytex.sh based on different components in the *.tex file to be analysed.
./Metextractor.sh Test.tex - Analytex.sh : Runs Analytext.sh on the all the different components of *.tex file suggested by Metextractor.sh
./Analytex.sh - Analytext.sh: This is the basic text analysis shell script used by Analytex.sh. It can be used to analyse any text file.
./Analytext.sh Test.txt
- Fork, Edit, Commit, Push, Submit Pull Request
Please file bug reports at here
This program is free software; it is distributed under the GNU General Public License v3.