sushantRana / occurrencer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Table of Contents

Running App

  • Run Yarn install from inside the Project
  • Once done Run yarn start to start the app

What this app does

  • This app downloads a big file Asynchronously
  • Reads through the file
  • Finds top 10 occurring words
  • finds POS and Synonyms of those words

Tools Used

- This app is created using React with great thanks to create-react-app
- axios is used to fetch the data
- yandex is used to find POS and Synonyms

About


Languages

Language:JavaScript 79.7%Language:HTML 12.8%Language:CSS 7.5%