diff --git a/en/data/morpho-lexicon/add_to_fplm.txt b/en/data/morpho-lexicon/add_to_fplm.txt index 1a9d441fb6ba9075a1dae756fa6dafff7edb5386..f59267524645a80d17158b6703277e29fef0fac0 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 0000000000000000000000000000000000000000..78de2033cd082427e74e59f8c848cbe51e01587f --- /dev/null +++ b/en/maca_lexer/Makefile @@ -0,0 +1,4 @@ +FPLM_FILE=../data/morpho-lexicon/fplm + +include ../../makefiles/maca_lexer.makefile +