mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d58a3f6d33
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>
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
--- 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
|
|
|