From 23571680410f4e6055018c29cc7d6780c882451c Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 17 Jun 2011 09:05:01 -0500 Subject: [PATCH] They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. --- src/mod/asr_tts/mod_pocketsphinx/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mod/asr_tts/mod_pocketsphinx/Makefile b/src/mod/asr_tts/mod_pocketsphinx/Makefile index 63431e87fa..726554fb67 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/Makefile +++ b/src/mod/asr_tts/mod_pocketsphinx/Makefile @@ -51,11 +51,7 @@ $(DESTDIR)$(grammardir)/model/communicator: mkdir -p $(DESTDIR)$(grammardir)/model/communicator cp -rp $(switch_srcdir)/libs/Communicator_semi_40.cd_semi_6000/* $(DESTDIR)$(grammardir)/model/communicator -$(DESTDIR)$(grammardir)/model/wsj1: - mkdir -p $(DESTDIR)$(grammardir)/model/wsj1 - cp -rp $(POCKETSPHINX_DIR)/model/hmm/wsj1/* $(DESTDIR)$(grammardir)/model/wsj1 - dictionary: - @cp -f $(POCKETSPHINX_DIR)/model/lm/cmudict.0.6d $(DESTDIR)$(grammardir)/default.dic + @cp -f $(POCKETSPHINX_DIR)/model/lm/en_US/cmu07a.dic $(DESTDIR)$(grammardir)/default.dic -local_install: $(DESTDIR)$(grammardir)/model $(DESTDIR)$(grammardir)/model/communicator $(DESTDIR)$(grammardir)/model/wsj1 dictionary +local_install: $(DESTDIR)$(grammardir)/model $(DESTDIR)$(grammardir)/model/communicator dictionary