Skip to content

A simple word analyzer to find top 10 mostly used words in given document. It also gives its synonyms using Yandex API.

Notifications You must be signed in to change notification settings

RaviDhoriya/word-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-analyzer

Preview

Setup Project

  1. Clone project to local directory.

 git clone https://github.com/RaviDhoriya/word-analyzer.git

  1. Install modules (execute command from Project directory e.g. word-analyzer)

cd word-analyzer

npm install

  1. Run project

npm run start

  1. Open URL in browser: http://localhost:5001

PS: API key is included in .env file for now. You can replace it with your own yandex API key

About

A simple word analyzer to find top 10 mostly used words in given document. It also gives its synonyms using Yandex API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published