Skip to content

Commit

Permalink
Updated POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Suman Saurabh committed Aug 24, 2014
1 parent aaaf1ca commit fb79d51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ Default enhancer uses the above model to extract text from parsed sound file

##### Test Cases Result

1. Sound file: temp.wav
1. Sound file: temp.wav in 'test/resources'
2. Spoken Text: 1001-90210-01803
3. Predicted Text: one zero zero zero one, nine oh two one oh, cyril one eight zero three

###### Note:
Test Cases are deactivated for the engine, as Sphinx4 uses lot of memory to predict results. This might hamper installation of Stanbol bundle.




Expand Down
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,22 +142,11 @@
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.data.sphinx.model.acoustic</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.data.sphinx.model.language</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.data.sphinx.model.dictionary</artifactId>
<artifactId>org.apache.stanbol.data.sphinx.model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit fb79d51

Please sign in to comment.