The Text Analyzer is a Java application that analyzes the frequency of words in Edgar Allan Poe's poem, "The Raven". The user can specify the number of most frequent words to be displayed.
These instructions will help you get a copy of the project up and running on your local machine.
To run this application, you need to have Java 8 or later installed on your computer.
- Clone the repository to your local machine using the following command:
git clone https://github.com/VimDeus/text-analyzer.git
- Navigate to the cloned directory:
cd text-analyzer
- Compile the Java source files:
javac TextAnalyzer.java
- Run the application:
java TextAnalyzer
- Enter the number of most frequent words you would like to display.
Java 8 - The programming language used
Eclipse - The integrated development environment (IDE) used
We use SemVer for versioning. For the versions available, see the tags on this repository.
Gavin Luna - Initial work - VimDeus
Edgar Allan Poe for writing "The Raven"