Skip to content

VimDeus/Text-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Analyzer

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.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

To run this application, you need to have Java 8 or later installed on your computer.

Installing

  1. Clone the repository to your local machine using the following command:
  git clone https://github.com/VimDeus/text-analyzer.git
  1. Navigate to the cloned directory:
  cd text-analyzer

Running the application

  1. Compile the Java source files:
  javac TextAnalyzer.java
  1. Run the application:
  java TextAnalyzer
  1. Enter the number of most frequent words you would like to display.

Built With

Java 8 - The programming language used
Eclipse - The integrated development environment (IDE) used

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Gavin Luna - Initial work - VimDeus

Acknowledgments

Edgar Allan Poe for writing "The Raven"

About

Takes a website and then outputs the frequency of words within the poem only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages