sphinx-transcription
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ow2.weblab.webservices</groupId> <artifactId>sphinx-transcription</artifactId> <version>1.0-RC1</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ow2.weblab.webservices</groupId> <artifactId>parent</artifactId> <version>1.2.2</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>sphinx-transcription</artifactId> <version>1.0-RC1</version> <packaging>war</packaging> <name>Sphinx transcription service</name> <description>This service rely on Sphinx.</description> <properties> <eclipse.useProjectReferences>false</eclipse.useProjectReferences> </properties> <dependencies> <dependency> <groupId>edu.cmu.sphinx</groupId> <artifactId>sphinx4</artifactId> <version>1.0-beta6</version> </dependency> <dependency> <groupId>org.ow2.weblab.components</groupId> <artifactId>content-manager</artifactId> </dependency> <dependency> <groupId>org.ow2.weblab.core.helpers</groupId> <artifactId>rdf-helper-jena</artifactId> </dependency> <dependency> <groupId>edu.cmu.sphinx.models</groupId> <artifactId>TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>edu.cmu.sphinx.models</groupId> <artifactId>zipcity</artifactId> <version>1.0-beta6</version> <scope>test</scope> </dependency> </dependencies> <build> <finalName>${project.artifactId}</finalName> </build> </project>