Skip to content

jatinmistry13/InvertedIndex

Repository files navigation

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