Skip to content

tmnpierre/TextAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Analyzer

Overview

Text Analyzer is a Java-based application designed for analyzing text files. It reads a text file, counts the frequency of each word, and provides various statistics about the text. This application is particularly useful for text analysis, educational purposes, and natural language processing tasks.

Features

  • Text File Reading: Read and process text files to extract word frequencies.
  • Word Frequency Analysis: Calculate the frequency of each word in the text.
  • Filtering Words: Option to filter out words based on their length.
  • Console Interface: Simple and user-friendly console interface for easy interaction.

Getting Started

To use Text Analyzer, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Compile the Java files.
  4. Run the Main class.
  5. When prompted, enter the path of the text file you wish to analyze.

Requirements

  • Java Development Kit (JDK) 17 or higher.

Usage

  1. Start the application by running the Main class.
  2. Enter the full path of the text file you want to analyze.
  3. Optionally, choose to filter words by a minimum length.
  4. View the results displayed in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages