Content deleted Content added
No edit summary |
GreenC bot (talk | contribs) Rescued 1 archive link; reformat 1 link. Wayback Medic 2.5 per WP:USURPURL and JUDI batch #25ab |
||
(22 intermediate revisions by 14 users not shown) | |||
Line 1:
{{Short description|General purpose speech recognition toolkit}}
'''Janus Recognition Toolkit''' ('''JRTk
The JRTk provides a flexible Tcl/Tk script based environment which enables researchers to build state-of-the-art speech recognizers and allows them to develop, implement, and evaluate new methods. It implements an object oriented approach that unlike other toolkits is not a set of libraries and precompiled modules but a programmable shell with transparent, yet efficient objects.
Line 5 ⟶ 6:
Since version 5 JRTk features the IBIS decoder, a one-pass decoder that is based on a re-entrant single pronunciation prefix tree and makes use of the concept of linguistic context polymorphism. It is therefore able to incorporate full linguistic knowledge at an early stage. It is possible to decode in one pass, using the same engine in combination with a statistical n-gram language model as well as context- free grammars. It is also possible to use the decoder to rescore lattices in a very efficient way.
JRTk utilizes the concept of [[Hidden_Markov_model|Hidden Markov Models]] (HMMs) for acoustic modeling and offers many state-of-the-art techniques for acoustic pre-processing, acoustic model training, and speech decoding. Through its flexible, object oriented architecture it allows to configure all components in a very flexible way (e.g., pre-processing steps to execute, HMM topology, training sequence, algorithm parameters, adaptation sequences, etc.), without the need to modify source code or recompile.
JRTk has been used by the Interactive System Labs in many projects for speech recognition, such as:
* EU-BRIDGE
* EVEIl-3D
* BABEL<ref>{{cite web|url=http://www.iarpa.gov/solicitations_babel.html |title=IARPA - Solicitations - Office of Incisive Analysis, Babel Program |publisher=Iarpa.gov |access-date=2012-04-23 |url-status=dead |archive-url=https://web.archive.org/web/20120422181014/http://www.iarpa.gov/solicitations_babel.html |archive-date=2012-04-22 }}</ref>
* [[Quaero]]<ref>{{cite web|url=http://www.quaero.org |archive-url=https://web.archive.org/web/20010508153511/http://quaero.org/ |url-status=usurped |archive-date=May 8, 2001 |title=Bienvenue sur le site de Quaero |publisher=Quaero.org |access-date=2012-04-23}}</ref>
* SFB 588
* TC-STAR
* FAME
* [[Verbmobil]]
* NESPOLE!
==References==
{{Reflist}}
[[Category:Speech recognition software]]
|