You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then try running `check_dependencies.py` again.
103
+
94
104
Alternatively, consider using the [Vagrant box](http://www.vagrantup.com)
95
105
created by [aeneas-vagrant](https://github.com/readbeyond/aeneas-vagrant).
96
106
@@ -156,10 +166,12 @@ $ make html
156
166
157
167
Tutorial: [A Practical Introduction To The aeneas Package](http://www.albertopettarin.it/blog/2015/05/21/a-practical-introduction-to-the-aeneas-package.html)
* Input text files in plain, parsed or unparsed format
174
+
* Input text files in plain, parsed, subtitles, or unparsed format
163
175
* Text extraction from XML (e.g., XHTML) files using `id` and `class` attributes
164
176
* Arbitrary text fragment granularity (single word, subphrase, phrase, paragraph, etc.)
165
177
* Input audio file formats: all those supported by `ffmpeg`
@@ -168,6 +180,7 @@ Tutorial: [A Practical Introduction To The aeneas Package](http://www.albertopet
168
180
* Supported (= tested) languages: BG, CA, CY, DA, DE, EL, EN, ES, ET, FI, FR, GA, GRC, HR, HU, IS, IT, LA, LT, LV, NL, NO, RO, RU, PL, PT, SK, SR, SV, TR, UK
169
181
* Robust against misspelled/mispronounced words, local rearrangements of words, background noise/sporadic spikes
170
182
* Code suitable for a Web app deployment (e.g., on-demand AWS instances)
183
+
* Adjustable splitting times, including a max character/second constraint for CC applications
171
184
172
185
173
186
## Limitations and Missing Features
@@ -189,9 +202,8 @@ Tutorial: [A Practical Introduction To The aeneas Package](http://www.albertopet
189
202
* Reporting the alignment score
190
203
* Improving (removing?) dependency from `espeak`, `ffmpeg`, `ffprobe` executables
* Enforcing a max char/second constraint for CC applications
193
205
* Supporting input text encodings other than UTF-8
194
-
* Adding more languages
206
+
* Adding (testing) more languages
195
207
* Better documentation
196
208
* Testing other approaches, like HMM
197
209
* Publishing the package on PyPI
@@ -249,6 +261,10 @@ No copy rights were harmed in the making of this project.
249
261
250
262
## Supporting and Contributing
251
263
264
+
### Sponsors
265
+
266
+
***July 2015**: [Michele Gianella](https://plus.google.com/+michelegianella/about) generously supported the development of the boundary adjustment code
267
+
252
268
### Supporting
253
269
254
270
Would you like supporting the development of **aeneas**?
@@ -334,4 +350,3 @@ helped shaping the structure of this package
0 commit comments