-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
#System name, the way the system is presented to the world | ||
SYSTEM_NAME = "Automatic Transcription of Dutch Speech Recordings" | ||
|
||
SYSTEM_VERSION = "0.6.1" #also adapt in setup.py and codemeta.json | ||
SYSTEM_VERSION = "0.6.2" #also adapt in setup.py and codemeta.json | ||
|
||
#An informative description for this system (this should be fairly short, about one paragraph, and may not contain HTML) | ||
SYSTEM_DESCRIPTION = "This webservice uses automatic speech recognition to provide the transcriptions of recordings spoken in Dutch. You can upload and process only one file per project. For bulk processing and other questions, please contact Henk van den Heuvel at [email protected]." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ def read(fname): | |
|
||
setup( | ||
name = "asr_nl", | ||
version = "0.6.1", #also adapt in asr_nl.py and codemeta.json | ||
version = "0.6.2", #also adapt in asr_nl.py and codemeta.json | ||
author = "Emre Yilmaz, Maarten van Gompel, Louis ten Bosch", | ||
author_email = "[email protected]", | ||
description = ("Automatic Speech Recognition for Dutch - Webservice"), | ||
|