Skip to content

zhengy001/auto-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Search Auto Complete

Overview

Auto complete based on N-Gram Model using Hadoop MapReduce in Java.

Step

  • Build N-Gram library from input vis Hadoop MaRreduce.
  • Build Langauge Model to calculate and sort the probability via Hadoop MapReduce.
  • Output Language Model into MySQL.
  • Utilized PHP, Ajax, JQuery to build a simple web demo. dataflow

Demo

demo