Skip to content

Commit

Permalink
Removing the native tts impl
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Dec 28, 2017
1 parent 63ed490 commit 49e0855
Show file tree
Hide file tree
Showing 1,226 changed files with 1 addition and 845 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Consult this [link](https://maven.apache.org/install.html) for more information

First a quick overview of how things stack up should be of help.

The Yorubaname Website application is the backend portion of the yorubaname dictionary application, and it is built around individual modules that perform one functionality and that functionality only. For example we have `tts-module` for tts, `elastic-search` module for the search etc.
The Yorubaname Website application is the backend portion of the yorubaname dictionary application, and it is built around individual modules that perform one functionality and that functionality only. For example we have `elastic-search` module for the search etc.

The `webapi-module` is built using these other modules and its own functionality is to expose the services the dictionary
application offers over a REST API.
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

<modules>
<module>model</module>
<module>tts</module>
<module>webapi</module>
<module>importer</module>
<module>bootstrap</module>
Expand Down
34 changes: 0 additions & 34 deletions tts/pom.xml

This file was deleted.

28 changes: 0 additions & 28 deletions tts/src/main/java/org/oruko/dictionary/tts/AudioSegmentMapper.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions tts/src/main/java/org/oruko/dictionary/tts/Tokenizer.java

This file was deleted.

Loading

0 comments on commit 49e0855

Please sign in to comment.