Skip to content

GiselleLop/Text-analyzer

 
 

Repository files navigation

Text Analyzer

image

Project Description:

This application has been developed for text analysis and the extraction of relevant information using HTML, CSS, and JavaScript.

It allows users to enter any text to calculate various metrics and obtain detailed information about its content.

General Features:

The application calculates the following metrics:

  1. Word count: Displays the total number of words in the text.
  2. Character count: Calculates the total number of characters, including spaces.
  3. Characters excluding spaces and special characters: Counts only alphabetical and numeric characters.
  4. Number count: Indicates how many numbers are present in the text.
  5. Sum of numbers: Calculates the total sum of all numbers found in the text.
  6. Average word length: Returns the average length of the entered words.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 83.9%
  • CSS 10.3%
  • TypeScript 3.6%
  • HTML 2.2%