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.
- 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.
To use Text Analyzer, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Compile the Java files.
- Run the
Mainclass. - When prompted, enter the path of the text file you wish to analyze.
- Java Development Kit (JDK) 17 or higher.
- Start the application by running the
Mainclass. - Enter the full path of the text file you want to analyze.
- Optionally, choose to filter words by a minimum length.
- View the results displayed in the console.