Kategoriler
Metin Çevirileri

30 Aralık Çarşamba Kullanacağım Librispeech… İngilizce Çevirisi

Türkçe Metin

30 Aralık Çarşamba
Kullanacağım LibriSpeech kaynağının içerisinde bulunan ses dosyalarını, text formuna sokabilmek için JSON kullanmak durumunda kaldım.Bu yüzden bugünlük hedefim bu konu üstünde geniş çaplı araştırma yapıp, kaynaklarımı ses sinyallerinden, text formuna çevirip algoritmaya dahil etmekti.
Python JSON Modülü
Python’da JSON türündeki bir veriyi parçalamak veya Python’da oluşturduğumuz bir sözlük yapısını JSON formatına çevirmek için Python’da json modülünü kullanacağım.
İlk olarak kütüphanesin import ederek işe başladım.

İngilizce Çevirisi

Wednesday, December 30
I had to use JSON to insert the audio files contained in the LibriSpeech source that I would use into the text form.So my goal for today was to do a wide range of research on this topic, translate my sources from audio signals to text form and incorporate them into the algorithm.
Python JSON module
I’m going to use the json module in Python to break up a JSON type of data in Python or translate a dictionary structure that we created in Python into JSON format.
First, I started by importing the library.