]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
They no longer ship the wsj model in pocketsphinx... and seems the dictionary has...
authorBrian West <brian@freeswitch.org>
Fri, 17 Jun 2011 14:05:01 +0000 (09:05 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 17 Jun 2011 14:05:05 +0000 (09:05 -0500)
src/mod/asr_tts/mod_pocketsphinx/Makefile

index 63431e87fa0949b163debffca05a12d1511a1609..726554fb67274d92078e6b3de0b66b15f4ea4e68 100644 (file)
@@ -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