Skip to content

jlulloaa/count_words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word counter

Simple app to count words in a text

W3C Validation GitHub top language GitHub repo size GitHub Repo stars

Description How To Run What's next? Contributing Credits License

Screenshot

📖 Description

Word Counter is a very simple application to count words in a text. It does not only count the number of words, but also provide a list with the most repeated words in the text. It is useful to identify possible redundancies within the text.

This application is useful to support grant/fundins applications, abstract submissions, or an other publication where sections are limited to a maximum number of words.

This is a work in progress, so there is a lot functionalities that can be added 🤔

How to Run

Step-by-step guide to use the app...

Roadmap of future improvements

  • Add the option to count characters with/without spaces
  • Add some intelligence to provide synonyms to highgly repeated words (it requires language support, either manual or automatic)
  • Language support, in principle, it can be manually selected from a drop-down list
  • Treat words written in capital and small letters as the same (currently, "Hello" and "hello" are counted as different words)
  • ...

Contributing

Pull requests are welcome, and I'll be happy to chat about any improvement or extension that could be donde to this app.

Credits

This software uses the following third party tools:

License information

This project is licensed under the terms of MIT license

About

simple web app to count words in a text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published