Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 367 Bytes

InvertedIndex

InvertedIndex using MapReduce

Data

YELP dataset

Tasks

  • Create an InvertedIndex and Cluster business dataset to check if relation exists between reviews and business features.
  • Two types of inverted index. Positional Inverted Index and Term Frequency Inverted Index
  • Clustering using Apache SPARK