From d01a1ef1333e83a1a1ccdfe7a0fd83fb25c32460 Mon Sep 17 00:00:00 2001
From: Alexis Nasr <alexis.nasr@lif.univ-mrs.fr>
Date: Wed, 15 Mar 2017 15:54:49 +0100
Subject: [PATCH]  added a lexer to en

---
 en/data/morpho-lexicon/add_to_fplm.txt | 9 +++++++++
 en/maca_lexer/Makefile                 | 4 ++++
 2 files changed, 13 insertions(+)
 create mode 100644 en/maca_lexer/Makefile

diff --git a/en/data/morpho-lexicon/add_to_fplm.txt b/en/data/morpho-lexicon/add_to_fplm.txt
index 1a9d441..f592675 100644
--- a/en/data/morpho-lexicon/add_to_fplm.txt
+++ b/en/data/morpho-lexicon/add_to_fplm.txt
@@ -1 +1,10 @@
 n't	RB	not	#####
+in front of	IN	in front of	#####
+at the bottom of	IN at the bottom of	#####
+at the top of	IN at the top of	#####
+to the right of		IN to the right of	#####
+to the left of		IN to the right of	#####
+on the top of		IN on the top of	#####
+on the bottom of		IN on the bottom of	#####
+on top of		IN on top of	#####
+
diff --git a/en/maca_lexer/Makefile b/en/maca_lexer/Makefile
new file mode 100644
index 0000000..78de203
--- /dev/null
+++ b/en/maca_lexer/Makefile
@@ -0,0 +1,4 @@
+FPLM_FILE=../data/morpho-lexicon/fplm
+
+include ../../makefiles/maca_lexer.makefile
+
-- 
GitLab