← Back to team overview

kadosu-dev team mailing list archive

[Branch ~kadosu-dev/kadosu/main] Rev 104: o add sphinx4 and jsapi plugins for speech recognition

 

------------------------------------------------------------
revno: 104
committer: Martin Schaaf <mascha@xxxxxxxxxx>
branch nick: kadosu
timestamp: Wed 2009-04-29 22:05:02 +0200
message:
  o add sphinx4 and jsapi plugins for speech recognition
added:
  edu.cmu.sphinx/
  edu.cmu.sphinx/.classpath
  edu.cmu.sphinx/.project
  edu.cmu.sphinx/META-INF/
  edu.cmu.sphinx/META-INF/MANIFEST.MF
  edu.cmu.sphinx/build.properties
  edu.cmu.sphinx/sphinx4.jar
  javax.speech/
  javax.speech/.classpath
  javax.speech/.project
  javax.speech/META-INF/
  javax.speech/META-INF/MANIFEST.MF
  javax.speech/build.properties
  javax.speech/jsapi.jar

=== added directory 'edu.cmu.sphinx'
=== added file 'edu.cmu.sphinx/.classpath'
--- edu.cmu.sphinx/.classpath	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx/.classpath	2009-04-29 20:05:02 +0000
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry exported="true" kind="lib" path="sphinx4.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

=== added file 'edu.cmu.sphinx/.project'
--- edu.cmu.sphinx/.project	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx/.project	2009-04-29 20:05:02 +0000
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>edu.cmu.sphinx</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

=== added directory 'edu.cmu.sphinx/META-INF'
=== added file 'edu.cmu.sphinx/META-INF/MANIFEST.MF'
--- edu.cmu.sphinx/META-INF/MANIFEST.MF	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx/META-INF/MANIFEST.MF	2009-04-29 20:05:02 +0000
@@ -0,0 +1,50 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Sphinx4 Plug-in
+Bundle-SymbolicName: edu.cmu.sphinx
+Bundle-Version: 1.0.0.beta2
+Bundle-ClassPath: sphinx4.jar
+Export-Package: com.sun.speech.engine,
+ com.sun.speech.engine.recognition,
+ edu.cmu.sphinx.decoder,
+ edu.cmu.sphinx.decoder.pruner,
+ edu.cmu.sphinx.decoder.scorer,
+ edu.cmu.sphinx.decoder.search,
+ edu.cmu.sphinx.frontend,
+ edu.cmu.sphinx.frontend.databranch,
+ edu.cmu.sphinx.frontend.endpoint,
+ edu.cmu.sphinx.frontend.endpoint.test,
+ edu.cmu.sphinx.frontend.feature,
+ edu.cmu.sphinx.frontend.filter,
+ edu.cmu.sphinx.frontend.frequencywarp,
+ edu.cmu.sphinx.frontend.test,
+ edu.cmu.sphinx.frontend.transform,
+ edu.cmu.sphinx.frontend.util,
+ edu.cmu.sphinx.frontend.util.test,
+ edu.cmu.sphinx.frontend.window,
+ edu.cmu.sphinx.instrumentation,
+ edu.cmu.sphinx.jsapi,
+ edu.cmu.sphinx.linguist,
+ edu.cmu.sphinx.linguist.acoustic,
+ edu.cmu.sphinx.linguist.acoustic.tiedstate,
+ edu.cmu.sphinx.linguist.acoustic.tiedstate.test,
+ edu.cmu.sphinx.linguist.acoustic.trivial,
+ edu.cmu.sphinx.linguist.dflat,
+ edu.cmu.sphinx.linguist.dictionary,
+ edu.cmu.sphinx.linguist.flat,
+ edu.cmu.sphinx.linguist.language.grammar,
+ edu.cmu.sphinx.linguist.language.ngram,
+ edu.cmu.sphinx.linguist.language.ngram.large,
+ edu.cmu.sphinx.linguist.lextree,
+ edu.cmu.sphinx.linguist.util,
+ edu.cmu.sphinx.recognizer,
+ edu.cmu.sphinx.research.parallel,
+ edu.cmu.sphinx.result,
+ edu.cmu.sphinx.util,
+ edu.cmu.sphinx.util.machlearn,
+ edu.cmu.sphinx.util.props,
+ edu.cmu.sphinx.util.props.test,
+ edu.cmu.sphinx.util.props.tools
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: javax.speech;bundle-version="1.0.0"
+Bundle-ActivationPolicy: lazy

=== added file 'edu.cmu.sphinx/build.properties'
--- edu.cmu.sphinx/build.properties	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx/build.properties	2009-04-29 20:05:02 +0000
@@ -0,0 +1,2 @@
+bin.includes = META-INF/,\
+               sphinx4.jar

=== added file 'edu.cmu.sphinx/sphinx4.jar'
Binary files edu.cmu.sphinx/sphinx4.jar	1970-01-01 00:00:00 +0000 and edu.cmu.sphinx/sphinx4.jar	2009-04-29 20:05:02 +0000 differ
=== added directory 'javax.speech'
=== added file 'javax.speech/.classpath'
--- javax.speech/.classpath	1970-01-01 00:00:00 +0000
+++ javax.speech/.classpath	2009-04-29 20:05:02 +0000
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry exported="true" kind="lib" path="jsapi.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

=== added file 'javax.speech/.project'
--- javax.speech/.project	1970-01-01 00:00:00 +0000
+++ javax.speech/.project	2009-04-29 20:05:02 +0000
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>javax.speech</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

=== added directory 'javax.speech/META-INF'
=== added file 'javax.speech/META-INF/MANIFEST.MF'
--- javax.speech/META-INF/MANIFEST.MF	1970-01-01 00:00:00 +0000
+++ javax.speech/META-INF/MANIFEST.MF	2009-04-29 20:05:02 +0000
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Speech Plug-in
+Bundle-SymbolicName: javax.speech
+Bundle-Version: 1.0.0
+Bundle-ClassPath: jsapi.jar
+Export-Package: javax.speech,
+ javax.speech.recognition,
+ javax.speech.synthesis
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy

=== added file 'javax.speech/build.properties'
--- javax.speech/build.properties	1970-01-01 00:00:00 +0000
+++ javax.speech/build.properties	2009-04-29 20:05:02 +0000
@@ -0,0 +1,2 @@
+bin.includes = META-INF/,\
+               jsapi.jar

=== added file 'javax.speech/jsapi.jar'
Binary files javax.speech/jsapi.jar	1970-01-01 00:00:00 +0000 and javax.speech/jsapi.jar	2009-04-29 20:05:02 +0000 differ


--

https://code.launchpad.net/~kadosu-dev/kadosu/main

Your team Kadosu Developer is subscribed to branch lp:kadosu.
To unsubscribe from this branch go to https://code.launchpad.net/~kadosu-dev/kadosu/main/+edit-subscription.