mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
speech recognition engine. This port is required for PocketSphinx and Sphinx3 Once the system is built, try running the Perl script sphinx-demo. The sphinx-test script should run sphinx-batch over an example utterance of "go forward ten meters." WWW: http://www.speech.cs.cmu.edu/sphinx/ PR: ports/121611 Submitted by: Richard Neese <r.neese@gmail.com>
9 lines
214 B
Text
9 lines
214 B
Text
--- test/unit/test_case/_ucase3.test (revision 7548)
|
|
+++ test/unit/test_case/_ucase3.test (working copy)
|
|
@@ -1,2 +1,2 @@
|
|
-#!/bin/bash
|
|
-./chgCase ucase
|
|
\ No newline at end of file
|
|
+#!/bin/sh
|
|
+./chgCase ucase
|
|
|