          TP - Text Mining
     Creation Moteur de Recherche
http://fooo.fr/~vjeux/epita/search/TP.pdf

Auteur: Christopher Chedeau

Dependences:
	node.js: https://github.com/joyent/node/wiki/Installation

Utilisation:
	> make
	> ./compile
	> ./search
	> make clean

A noter:
	L'étape de compilation se fait avec une chaîne de traitement
	réalisée grâce à l'utilisation de callbacks.
	
	La recherche s'effectue grâce à un mapreduce.
	
	Il y a seulement 58 lignes de code.

Bonus:
	Aucun
