diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-06-17 06:57:12 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-06-17 06:57:12 +0000 |
| commit | fe49ddf16d132eb0b9af299d4ab6c8da5c1cacb9 (patch) | |
| tree | 511ac7223435bcfb821ea8f614ebb7ca741212e3 /examples/app | |
| parent | 99449161271f08e8a48ea71cae86ad9bd0e1e828 (diff) | |
now the named entities recognizer returns dictionary entries if the name is known
Diffstat (limited to 'examples/app')
| -rw-r--r-- | examples/app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/Makefile b/examples/app/Makefile index 31ac95450..a51911396 100644 --- a/examples/app/Makefile +++ b/examples/app/Makefile @@ -9,7 +9,7 @@ Phrasebook: cd ../phrasebook ; make forApp ; cd ../app S=-s -GFMKT=mkdir -p $(GFODIR) && gf $S -make -literal=Symb -probs=$(PROBSFILE) -gfo-dir $(GFODIR) +GFMKT=mkdir -p $(GFODIR) && gf $S -make -literal=PN -probs=$(PROBSFILE) -gfo-dir $(GFODIR) APP=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.pgf AppFre.pgf AppIta.pgf AppSpa.pgf AppDut.pgf |
