Skip to content

zucchivan/text-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text-statistics

A small project based on a challege over processing text statistics

Installation and Setup

Clone the project and run it with the Spring Boot Maven plugin by executing:

$ mvn spring-boot:run

Usage

/process GET endpoint is used for obtaining text processing data.

The following body shows how to obtain the 30 most frequent words, the 20 longest, along with lines and words count for Homer's The Odyssey.

{
    "url": "https://www.gutenberg.org/files/1727/1727-0.txt",
    "numberOfFrequentWords": 30,
    "numberOfLongestWords": 20
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages