Speech recognition: Difference between revisions

From Clarin K-Centre
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
The [https://european-language-grid.eu European Language Grid] hosts this speech recognition service with demo at
The [https://european-language-grid.eu European Language Grid] hosts this speech recognition service with demo at
[https://live.european-language-grid.eu/catalogue/tool-service/8154 https://live.european-language-grid.eu/catalogue/tool-service/8154]
[https://live.european-language-grid.eu/catalogue/tool-service/8154 https://live.european-language-grid.eu/catalogue/tool-service/8154]
==Punctuation Insertion==
AS ASR output often consists of streams of words, you may want to automatically insert punctuation.
*[https://huggingface.co/oliverguhr/fullstop-dutch-sonar-punctuation-prediction?text=hervatting+van+de+zitting+ik+verklaar+de+zitting+van+het+europees+parlement+die+op+vrijdag+17+december+werd+onderbroken+te+zijn+hervat HuggingFace model]
*[https://github.com/VincentCCL/Segment_FullStop/blob/main/Segment_FullStop.py Python script that accepts txt file as input and returns punctuated txt as output]

Revision as of 08:32, 23 November 2022

LaMachine webservices

There are several speech recognition services web services at Radboud University

Speech Recognition for Belgian Dutch

Since April 2022, there is a new ASR engine available, specifically suited for speech recognition for Belgian Dutch.

HENSOLDT ANALYTICS Speech-to-text for Dutch

The European Language Grid hosts this speech recognition service with demo at https://live.european-language-grid.eu/catalogue/tool-service/8154

Punctuation Insertion

AS ASR output often consists of streams of words, you may want to automatically insert punctuation.