Skip to content

React application that finds most frequently used phrases in a string of text

Notifications You must be signed in to change notification settings

dwags618/Most-Frequent-Phrases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Most-Frequent-Phrases

React application that finds most frequently used phrases in a string of text

This react application takes a string of any length and returns the top 10 most frequent repeated phrases. A phrase is a stretch of three to ten consecutive words and cannot span sentences. Phrase are omitted if they are a subset of another, longer phrase, even if the shorter phrase occurs more frequently (for example, if “cool and collected” and “calm cool and collected” are repeated, “cool and collected” will not be in the returned set). A phrase is repeated if it is used two or more times.

Requirements Node JS >= 4 https://nodejs.org/en/

Run "npm install" inside the client and server directories to install all dependencies.

Run "npm start" to start dev server on port 3000.

About

React application that finds most frequently used phrases in a string of text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published