Skip to content

aditya063/text_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps:

  1. npm install
  2. node index.js
  3. use http://localhost:3000/api/analyse

Task timeline: Exercise:

Note - This exercise needs to be taken using Javascript only.

Fetch document from given url http://norvig.com/big.txt Analyse the document using asynchronous mechanism, fetched in step 1 Find occurrences count of word in document Collect details for top 10 words(order by word Occurances) from https://dictionary.yandex.net/api/v1/dicservice.json/lookup, check details of API givien below synonyms/means part Of Speech/pos Show words list in JSON format for top 10 words. Word: text Output Count of Occurrence in that Particular Document Synonyms Pos

API Details API: https://dictionary.yandex.net/api/v1/dicservice.json/lookup Documentation: https://tech.yandex.com/dictionary/doc/dg/reference/lookup-docpage/ API Key : dict.1.1.20170610T055246Z.0f11bdc42e7b693a.eefbde961e10106a4efa7d852287caa49ecc68cf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published