Add blingfire

Change-Id: I26814a0d5d9ab6a0f453e507cfc89fae399d4ebd
diff --git a/Dockerfile b/Dockerfile
index 2d92c07..4a1ea8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -223,13 +223,24 @@
 # Install Cutter #
 ##################
 
-RUN pip3 install cutter-ng
+RUN pip3 install cutter-ng==2.5
 
 COPY cutter /euralex/cutter/
 
 RUN echo "Cutter\n" && python3 ./cutter/cutter.py nosent example.txt
 
 
+#####################
+# Install BlingFire #
+#####################
+
+RUN pip3 install -U blingfire==0.1.8
+
+COPY blingfire /euralex/blingfire/
+
+RUN echo "BlingFire\n" && python3 ./blingfire/blingfire_tok.py example.txt
+
+
 #################
 # Install Datok #
 #################