/occurrencer

Primary LanguageJavaScript

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