From f5e60cddca6837c4370ce42629cc841f76125a5b Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 14 Mar 2014 13:28:42 +0000 Subject: [PATCH] moved the small app chunking grammars from lib/src/experimental to examples/translator; the proper place might be in the git contributions, but this can be decided later --- src/experimental/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/experimental/Makefile b/src/experimental/Makefile index c8b09a1c6..e6ba5444a 100644 --- a/src/experimental/Makefile +++ b/src/experimental/Makefile @@ -7,10 +7,3 @@ bigtranslator: midtranslator: gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=TransEngChiSwe NDTransEng.gf NDTransSwe.gf NDTransChi.gf +RTS -K200M - - -app: - gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=AppEngSwe AppEng.gf AppSwe.gf -bigapp: - gf -s -make -literal=Symb -probs=NDPredTrans.probs -name=AppEngChiFinFreSwe AppEng.gf AppSwe.gf AppChi.gf AppFre.gf AppFin.gf +RTS -K200M -