Giter Site home page Giter Site logo

thiagorocha503 / word-frequency Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 17 KB

Word frequency

Home Page: https://thiagorocha503.github.io/word-frequency/

CSS 48.90% HTML 20.79% TypeScript 30.31%
html javascript typescript css word-frequency app-ideas app-idea

word-frequency's Introduction

Word Frequency

Tier: 1-Beginner

Calculating the frequency of words in a block of text is a technique which has various uses in algorithms such as searching, sorting, and semantic analysis. The objective of the Word Frequency app is count the frequency of words in a block of text and create a tabular display of each unique word in the text along with its frequency, in descending order by frequency.

Idea from: https://github.com/florinpop17/app-ideas

User Stories

  • User can see a text input box, a 'Translate' button, and a word frequency table.
  • User can enter text (or cut and paste) into the input box. This input box must allow the entry of large blocks of text (maximum of 2048 characters).
  • User can click the 'Translate' button to analyze the word frequency in the text that has been input.
  • User can see an error message if the text input box is empty.
  • User can see the word frequency table populated when the 'Translate' button is clicked. Each row in the table contains a word and the number of times it occurs in the input text.
  • User can see the word frequency table ordered in descending sequence by word frequency.

Bonus features

  • User can see a graphical representation of the word frequency in a bubble chart, column chart, or any other form of graphical representation the developer chooses.
  • User may choose to enter the URL of a web page whose content is to be analyzed instead of manually entering text. (Hint: See the Podcast Directory application for ideas).

Useful links and resources

Example projects

word-frequency's People

Contributors

thiagorocha503 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.