← Back to team overview

kadosu-dev team mailing list archive

[Branch ~kadosu-dev/kadosu/main] Rev 115: o add new plugin for voxforge german trained data (still included in the sphinx plugin because of...

 

------------------------------------------------------------
revno: 115
committer: Martin Schaaf <mascha@xxxxxxxxxx>
branch nick: kadosu
timestamp: Sun 2009-11-22 20:52:56 +0100
message:
  o add new plugin for voxforge german trained data (still included in the sphinx plugin because of classpath problems on using)
added:
  edu.cmu.sphinx.model.acoustic.Voxforge_German/
  edu.cmu.sphinx.model.acoustic.Voxforge_German/.classpath
  edu.cmu.sphinx.model.acoustic.Voxforge_German/.project
  edu.cmu.sphinx.model.acoustic.Voxforge_German/META-INF/
  edu.cmu.sphinx.model.acoustic.Voxforge_German/META-INF/MANIFEST.MF
  edu.cmu.sphinx.model.acoustic.Voxforge_German/Voxforge_German_20090508.jar
  edu.cmu.sphinx.model.acoustic.Voxforge_German/build.properties


--
lp:kadosu
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.
=== added directory 'edu.cmu.sphinx.model.acoustic.Voxforge_German'
=== added file 'edu.cmu.sphinx.model.acoustic.Voxforge_German/.classpath'
--- edu.cmu.sphinx.model.acoustic.Voxforge_German/.classpath	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx.model.acoustic.Voxforge_German/.classpath	2009-11-22 19:52:56 +0000
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry exported="true" kind="lib" path="Voxforge_German_20090508.jar" sourcepath="edu.cmu.sphinx.model.acoustic.Voxforge_Germansrc.zip"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

=== added file 'edu.cmu.sphinx.model.acoustic.Voxforge_German/.project'
--- edu.cmu.sphinx.model.acoustic.Voxforge_German/.project	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx.model.acoustic.Voxforge_German/.project	2009-11-22 19:52:56 +0000
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>edu.cmu.sphinx.model.acoustic.Voxforge_German</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.model.acoustic.Voxforge_German/META-INF'
=== added file 'edu.cmu.sphinx.model.acoustic.Voxforge_German/META-INF/MANIFEST.MF'
--- edu.cmu.sphinx.model.acoustic.Voxforge_German/META-INF/MANIFEST.MF	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx.model.acoustic.Voxforge_German/META-INF/MANIFEST.MF	2009-11-22 19:52:56 +0000
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Voxforge_German Plug-in
+Bundle-SymbolicName: edu.cmu.sphinx.model.acoustic.Voxforge_German
+Bundle-Version: 1.0.0.20090508
+Bundle-ClassPath: Voxforge_German_20090508.jar
+Bundle-Vendor: KaDoSu Dev Team
+Export-Package: edu.cmu.sphinx.model.acoustic.Voxforge_German;
+  uses:="edu.cmu.sphinx.util.props,
+   edu.cmu.sphinx.linguist.acoustic.tiedstate,
+   edu.cmu.sphinx.linguist.acoustic,
+   edu.cmu.sphinx.util"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: edu.cmu.sphinx;bundle-version="1.0.0"

=== added file 'edu.cmu.sphinx.model.acoustic.Voxforge_German/Voxforge_German_20090508.jar'
Binary files edu.cmu.sphinx.model.acoustic.Voxforge_German/Voxforge_German_20090508.jar	1970-01-01 00:00:00 +0000 and edu.cmu.sphinx.model.acoustic.Voxforge_German/Voxforge_German_20090508.jar	2009-11-22 19:52:56 +0000 differ
=== added file 'edu.cmu.sphinx.model.acoustic.Voxforge_German/build.properties'
--- edu.cmu.sphinx.model.acoustic.Voxforge_German/build.properties	1970-01-01 00:00:00 +0000
+++ edu.cmu.sphinx.model.acoustic.Voxforge_German/build.properties	2009-11-22 19:52:56 +0000
@@ -0,0 +1,2 @@
+bin.includes = META-INF/,\
+               Voxforge_German_20090508.jar