echogarden 2.10.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.MIT.md +7 -0
- package/README.md +9 -1
- package/data/lexicons/heteronyms.en.json +44 -10
- package/data/lexicons/words.en.json +726 -22
- package/data/schemas/options.json +91 -153
- package/dist/alignment/DTWMfccSequenceAlignment.js.map +1 -1
- package/dist/alignment/SemanticTextAlignment.d.ts +4 -2
- package/dist/alignment/SemanticTextAlignment.d.ts.map +1 -1
- package/dist/alignment/SemanticTextAlignment.js +7 -7
- package/dist/alignment/SemanticTextAlignment.js.map +1 -1
- package/dist/alignment/SpeechAlignment.d.ts +9 -10
- package/dist/alignment/SpeechAlignment.d.ts.map +1 -1
- package/dist/alignment/SpeechAlignment.js +23 -96
- package/dist/alignment/SpeechAlignment.js.map +1 -1
- package/dist/api/APIOptions.d.ts +1 -1
- package/dist/api/APIOptions.d.ts.map +1 -1
- package/dist/api/Alignment.d.ts +8 -6
- package/dist/api/Alignment.d.ts.map +1 -1
- package/dist/api/Alignment.js +31 -40
- package/dist/api/Alignment.js.map +1 -1
- package/dist/api/Common.d.ts +7 -0
- package/dist/api/Common.d.ts.map +1 -1
- package/dist/api/Common.js.map +1 -1
- package/dist/api/Denoising.d.ts +5 -2
- package/dist/api/Denoising.d.ts.map +1 -1
- package/dist/api/Denoising.js +15 -15
- package/dist/api/Denoising.js.map +1 -1
- package/dist/api/GlobalOptions.d.ts +2 -8
- package/dist/api/GlobalOptions.d.ts.map +1 -1
- package/dist/api/GlobalOptions.js +2 -13
- package/dist/api/GlobalOptions.js.map +1 -1
- package/dist/api/Recognition.d.ts +11 -12
- package/dist/api/Recognition.d.ts.map +1 -1
- package/dist/api/Recognition.js +32 -82
- package/dist/api/Recognition.js.map +1 -1
- package/dist/api/SourceSeparation.d.ts +7 -2
- package/dist/api/SourceSeparation.d.ts.map +1 -1
- package/dist/api/SourceSeparation.js +12 -10
- package/dist/api/SourceSeparation.js.map +1 -1
- package/dist/api/SpeechLanguageDetection.d.ts +11 -7
- package/dist/api/SpeechLanguageDetection.d.ts.map +1 -1
- package/dist/api/SpeechLanguageDetection.js +37 -30
- package/dist/api/SpeechLanguageDetection.js.map +1 -1
- package/dist/api/SpeechSearch.d.ts +4 -1
- package/dist/api/SpeechSearch.d.ts.map +1 -1
- package/dist/api/SpeechSearch.js.map +1 -1
- package/dist/api/SpeechTranslation.d.ts +10 -6
- package/dist/api/SpeechTranslation.d.ts.map +1 -1
- package/dist/api/SpeechTranslation.js +28 -26
- package/dist/api/SpeechTranslation.js.map +1 -1
- package/dist/api/Synthesis.d.ts +13 -8
- package/dist/api/Synthesis.d.ts.map +1 -1
- package/dist/api/Synthesis.js +67 -89
- package/dist/api/Synthesis.js.map +1 -1
- package/dist/api/TextLanguageDetection.d.ts +4 -2
- package/dist/api/TextLanguageDetection.d.ts.map +1 -1
- package/dist/api/TextLanguageDetection.js +4 -7
- package/dist/api/TextLanguageDetection.js.map +1 -1
- package/dist/api/TextTranslation.d.ts +4 -2
- package/dist/api/TextTranslation.d.ts.map +1 -1
- package/dist/api/TextTranslation.js +13 -24
- package/dist/api/TextTranslation.js.map +1 -1
- package/dist/api/TimelineTranslationAlignment.d.ts +6 -3
- package/dist/api/TimelineTranslationAlignment.d.ts.map +1 -1
- package/dist/api/TimelineTranslationAlignment.js +20 -11
- package/dist/api/TimelineTranslationAlignment.js.map +1 -1
- package/dist/api/TranscriptAndTranslationAlignment.d.ts +6 -4
- package/dist/api/TranscriptAndTranslationAlignment.d.ts.map +1 -1
- package/dist/api/TranscriptAndTranslationAlignment.js +11 -12
- package/dist/api/TranscriptAndTranslationAlignment.js.map +1 -1
- package/dist/api/TranslationAlignment.d.ts +6 -4
- package/dist/api/TranslationAlignment.d.ts.map +1 -1
- package/dist/api/TranslationAlignment.js +20 -21
- package/dist/api/TranslationAlignment.js.map +1 -1
- package/dist/api/VoiceActivityDetection.d.ts +9 -8
- package/dist/api/VoiceActivityDetection.d.ts.map +1 -1
- package/dist/api/VoiceActivityDetection.js +20 -43
- package/dist/api/VoiceActivityDetection.js.map +1 -1
- package/dist/audio/AudioBufferConversion.js.map +1 -1
- package/dist/audio/AudioPlayer.d.ts +1 -3
- package/dist/audio/AudioPlayer.d.ts.map +1 -1
- package/dist/audio/AudioPlayer.js +3 -188
- package/dist/audio/AudioPlayer.js.map +1 -1
- package/dist/audio/AudioUtilities.d.ts +2 -1
- package/dist/audio/AudioUtilities.d.ts.map +1 -1
- package/dist/audio/AudioUtilities.js +2 -2
- package/dist/audio/AudioUtilities.js.map +1 -1
- package/dist/build-tools/MakeTarballsForInstalledPackages.js +3 -3
- package/dist/build-tools/MakeTarballsForInstalledPackages.js.map +1 -1
- package/dist/cli/CLI.d.ts.map +1 -1
- package/dist/cli/CLI.js +139 -92
- package/dist/cli/CLI.js.map +1 -1
- package/dist/codecs/FFMpegTranscoder.d.ts +4 -3
- package/dist/codecs/FFMpegTranscoder.d.ts.map +1 -1
- package/dist/codecs/FFMpegTranscoder.js +16 -14
- package/dist/codecs/FFMpegTranscoder.js.map +1 -1
- package/dist/codecs/TIMITCodec.d.ts.map +1 -1
- package/dist/data-structures/DynamicTypedArray.d.ts.map +1 -1
- package/dist/data-structures/DynamicTypedArray.js.map +1 -1
- package/dist/data-structures/Queue.d.ts.map +1 -1
- package/dist/data-structures/WindowedList.d.ts.map +1 -1
- package/dist/data-structures/WindowedList.js.map +1 -1
- package/dist/denoising/NSNet2.d.ts +3 -2
- package/dist/denoising/NSNet2.d.ts.map +1 -1
- package/dist/denoising/NSNet2.js +4 -4
- package/dist/denoising/NSNet2.js.map +1 -1
- package/dist/denoising/RNNoise.d.ts +2 -1
- package/dist/denoising/RNNoise.d.ts.map +1 -1
- package/dist/denoising/RNNoise.js +10 -6
- package/dist/denoising/RNNoise.js.map +1 -1
- package/dist/dsp/BiquadFilter.d.ts.map +1 -1
- package/dist/dsp/DecayingPeakEstimator.d.ts.map +1 -1
- package/dist/dsp/DecayingPeakEstimator.js.map +1 -1
- package/dist/dsp/FFT.d.ts.map +1 -1
- package/dist/dsp/FFT.js +2 -1
- package/dist/dsp/FFT.js.map +1 -1
- package/dist/dsp/KWeightingFilter.d.ts.map +1 -1
- package/dist/dsp/KWeightingFilter.js.map +1 -1
- package/dist/dsp/LoudnessEstimator.d.ts.map +1 -1
- package/dist/dsp/LoudnessEstimator.js.map +1 -1
- package/dist/dsp/MFCC.d.ts +3 -2
- package/dist/dsp/MFCC.d.ts.map +1 -1
- package/dist/dsp/MFCC.js +4 -4
- package/dist/dsp/MFCC.js.map +1 -1
- package/dist/dsp/MelSpectrogram.d.ts +10 -8
- package/dist/dsp/MelSpectrogram.d.ts.map +1 -1
- package/dist/dsp/MelSpectrogram.js +31 -34
- package/dist/dsp/MelSpectrogram.js.map +1 -1
- package/dist/dsp/Rubberband.d.ts.map +1 -1
- package/dist/dsp/Rubberband.js +8 -3
- package/dist/dsp/Rubberband.js.map +1 -1
- package/dist/dsp/Sonic.d.ts.map +1 -1
- package/dist/dsp/Sonic.js +1 -1
- package/dist/dsp/Sonic.js.map +1 -1
- package/dist/dsp/SpeexResampler.d.ts.map +1 -1
- package/dist/dsp/SpeexResampler.js +1 -1
- package/dist/dsp/SpeexResampler.js.map +1 -1
- package/dist/encodings/Ascii.d.ts +1 -1
- package/dist/encodings/Ascii.d.ts.map +1 -1
- package/dist/encodings/Base64.js.map +1 -1
- package/dist/encodings/Utf16.d.ts.map +1 -1
- package/dist/encodings/Utf8.d.ts.map +1 -1
- package/dist/math/VectorMath.d.ts +1 -0
- package/dist/math/VectorMath.d.ts.map +1 -1
- package/dist/math/VectorMath.js +9 -5
- package/dist/math/VectorMath.js.map +1 -1
- package/dist/nlp/ChineseSegmentation.d.ts +1 -1
- package/dist/nlp/ChineseSegmentation.d.ts.map +1 -1
- package/dist/nlp/EspeakPhonemizer.d.ts +1 -1
- package/dist/nlp/EspeakPhonemizer.d.ts.map +1 -1
- package/dist/nlp/EspeakPhonemizer.js +2 -2
- package/dist/nlp/EspeakPhonemizer.js.map +1 -1
- package/dist/nlp/IPA.d.ts +2 -2
- package/dist/nlp/Segmentation.d.ts +1 -1
- package/dist/nlp/Segmentation.d.ts.map +1 -1
- package/dist/nlp/Segmentation.js +8 -4
- package/dist/nlp/Segmentation.js.map +1 -1
- package/dist/recognition/AmazonTranscribeSTT.d.ts +2 -1
- package/dist/recognition/AmazonTranscribeSTT.d.ts.map +1 -1
- package/dist/recognition/AmazonTranscribeSTT.js +3 -3
- package/dist/recognition/AmazonTranscribeSTT.js.map +1 -1
- package/dist/recognition/AzureCognitiveServicesSTT.d.ts +2 -1
- package/dist/recognition/AzureCognitiveServicesSTT.d.ts.map +1 -1
- package/dist/recognition/AzureCognitiveServicesSTT.js +4 -4
- package/dist/recognition/AzureCognitiveServicesSTT.js.map +1 -1
- package/dist/recognition/DeepgramSTT.d.ts +2 -1
- package/dist/recognition/DeepgramSTT.d.ts.map +1 -1
- package/dist/recognition/DeepgramSTT.js +12 -13
- package/dist/recognition/DeepgramSTT.js.map +1 -1
- package/dist/recognition/GoogleCloudSTT.d.ts +2 -1
- package/dist/recognition/GoogleCloudSTT.d.ts.map +1 -1
- package/dist/recognition/GoogleCloudSTT.js +11 -10
- package/dist/recognition/GoogleCloudSTT.js.map +1 -1
- package/dist/recognition/OpenAICloudSTT.d.ts +2 -1
- package/dist/recognition/OpenAICloudSTT.d.ts.map +1 -1
- package/dist/recognition/OpenAICloudSTT.js +6 -6
- package/dist/recognition/OpenAICloudSTT.js.map +1 -1
- package/dist/recognition/WhisperCommon.d.ts +9 -0
- package/dist/recognition/WhisperCommon.d.ts.map +1 -0
- package/dist/recognition/WhisperCommon.js +52 -0
- package/dist/recognition/WhisperCommon.js.map +1 -0
- package/dist/recognition/{WhisperCppSTT.d.ts → WhisperCppCliSTT.d.ts} +14 -16
- package/dist/recognition/WhisperCppCliSTT.d.ts.map +1 -0
- package/dist/recognition/{WhisperCppSTT.js → WhisperCppCliSTT.js} +55 -84
- package/dist/recognition/WhisperCppCliSTT.js.map +1 -0
- package/dist/recognition/WhisperSTT.d.ts +72 -85
- package/dist/recognition/WhisperSTT.d.ts.map +1 -1
- package/dist/recognition/WhisperSTT.js +384 -519
- package/dist/recognition/WhisperSTT.js.map +1 -1
- package/dist/server/Client.d.ts +2 -2
- package/dist/server/Client.d.ts.map +1 -1
- package/dist/server/Client.js.map +1 -1
- package/dist/server/Worker.d.ts +6 -7
- package/dist/server/Worker.d.ts.map +1 -1
- package/dist/server/Worker.js +42 -44
- package/dist/server/Worker.js.map +1 -1
- package/dist/source-separation/MDXNetSourceSeparation.d.ts +3 -2
- package/dist/source-separation/MDXNetSourceSeparation.d.ts.map +1 -1
- package/dist/source-separation/MDXNetSourceSeparation.js +10 -8
- package/dist/source-separation/MDXNetSourceSeparation.js.map +1 -1
- package/dist/speech-embeddings/WavToVec2BertFeatureEmbeddings.d.ts +3 -2
- package/dist/speech-embeddings/WavToVec2BertFeatureEmbeddings.d.ts.map +1 -1
- package/dist/speech-embeddings/WavToVec2BertFeatureEmbeddings.js +5 -5
- package/dist/speech-embeddings/WavToVec2BertFeatureEmbeddings.js.map +1 -1
- package/dist/speech-language-detection/SileroLanguageDetection.d.ts +5 -3
- package/dist/speech-language-detection/SileroLanguageDetection.d.ts.map +1 -1
- package/dist/speech-language-detection/SileroLanguageDetection.js +8 -8
- package/dist/speech-language-detection/SileroLanguageDetection.js.map +1 -1
- package/dist/speech-search/DTWSpeechSearch.d.ts +2 -1
- package/dist/speech-search/DTWSpeechSearch.d.ts.map +1 -1
- package/dist/speech-search/DTWSpeechSearch.js +4 -4
- package/dist/speech-search/DTWSpeechSearch.js.map +1 -1
- package/dist/subtitles/Subtitles.d.ts +13 -1
- package/dist/subtitles/Subtitles.d.ts.map +1 -1
- package/dist/subtitles/Subtitles.js +22 -22
- package/dist/subtitles/Subtitles.js.map +1 -1
- package/dist/synthesis/AwsPollyTTS.d.ts +3 -2
- package/dist/synthesis/AwsPollyTTS.d.ts.map +1 -1
- package/dist/synthesis/AwsPollyTTS.js +5 -5
- package/dist/synthesis/AwsPollyTTS.js.map +1 -1
- package/dist/synthesis/AzureCognitiveServicesTTS.d.ts +2 -1
- package/dist/synthesis/AzureCognitiveServicesTTS.d.ts.map +1 -1
- package/dist/synthesis/AzureCognitiveServicesTTS.js +3 -3
- package/dist/synthesis/AzureCognitiveServicesTTS.js.map +1 -1
- package/dist/synthesis/CoquiServerTTS.d.ts +2 -1
- package/dist/synthesis/CoquiServerTTS.d.ts.map +1 -1
- package/dist/synthesis/CoquiServerTTS.js +7 -8
- package/dist/synthesis/CoquiServerTTS.js.map +1 -1
- package/dist/synthesis/DeepgramTTS.d.ts +2 -2
- package/dist/synthesis/DeepgramTTS.d.ts.map +1 -1
- package/dist/synthesis/DeepgramTTS.js +13 -13
- package/dist/synthesis/DeepgramTTS.js.map +1 -1
- package/dist/synthesis/ElevenLabsTTS.d.ts +3 -3
- package/dist/synthesis/ElevenLabsTTS.d.ts.map +1 -1
- package/dist/synthesis/ElevenLabsTTS.js +22 -21
- package/dist/synthesis/ElevenLabsTTS.js.map +1 -1
- package/dist/synthesis/EspeakTTS.d.ts +11 -9
- package/dist/synthesis/EspeakTTS.d.ts.map +1 -1
- package/dist/synthesis/EspeakTTS.js +118 -68
- package/dist/synthesis/EspeakTTS.js.map +1 -1
- package/dist/synthesis/FliteTTS.d.ts +2 -2
- package/dist/synthesis/FliteTTS.d.ts.map +1 -1
- package/dist/synthesis/FliteTTS.js +2 -2
- package/dist/synthesis/FliteTTS.js.map +1 -1
- package/dist/synthesis/GnuSpeechTTS.d.ts +2 -2
- package/dist/synthesis/GnuSpeechTTS.d.ts.map +1 -1
- package/dist/synthesis/GnuSpeechTTS.js +1 -1
- package/dist/synthesis/GnuSpeechTTS.js.map +1 -1
- package/dist/synthesis/GoogleCloudTTS.d.ts +3 -2
- package/dist/synthesis/GoogleCloudTTS.d.ts.map +1 -1
- package/dist/synthesis/GoogleCloudTTS.js +15 -14
- package/dist/synthesis/GoogleCloudTTS.js.map +1 -1
- package/dist/synthesis/GoogleTranslateTTS.d.ts +3 -2
- package/dist/synthesis/GoogleTranslateTTS.d.ts.map +1 -1
- package/dist/synthesis/GoogleTranslateTTS.js +11 -11
- package/dist/synthesis/GoogleTranslateTTS.js.map +1 -1
- package/dist/synthesis/KokoroTTS.d.ts +4 -4
- package/dist/synthesis/KokoroTTS.d.ts.map +1 -1
- package/dist/synthesis/KokoroTTS.js +11 -10
- package/dist/synthesis/KokoroTTS.js.map +1 -1
- package/dist/synthesis/MicrosoftEdgeTTS.d.ts +4 -3
- package/dist/synthesis/MicrosoftEdgeTTS.d.ts.map +1 -1
- package/dist/synthesis/MicrosoftEdgeTTS.js +41 -20
- package/dist/synthesis/MicrosoftEdgeTTS.js.map +1 -1
- package/dist/synthesis/OpenAICloudTTS.d.ts +2 -2
- package/dist/synthesis/OpenAICloudTTS.d.ts.map +1 -1
- package/dist/synthesis/OpenAICloudTTS.js +6 -5
- package/dist/synthesis/OpenAICloudTTS.js.map +1 -1
- package/dist/synthesis/SamTTS.d.ts +2 -1
- package/dist/synthesis/SamTTS.d.ts.map +1 -1
- package/dist/synthesis/SamTTS.js +2 -2
- package/dist/synthesis/SamTTS.js.map +1 -1
- package/dist/synthesis/SapiTTS.d.ts +2 -2
- package/dist/synthesis/SapiTTS.d.ts.map +1 -1
- package/dist/synthesis/SapiTTS.js +2 -2
- package/dist/synthesis/SapiTTS.js.map +1 -1
- package/dist/synthesis/SvoxPicoTTS.d.ts +2 -2
- package/dist/synthesis/SvoxPicoTTS.d.ts.map +1 -1
- package/dist/synthesis/SvoxPicoTTS.js +3 -3
- package/dist/synthesis/SvoxPicoTTS.js.map +1 -1
- package/dist/synthesis/VitsTTS.d.ts +3 -3
- package/dist/synthesis/VitsTTS.d.ts.map +1 -1
- package/dist/synthesis/VitsTTS.js +14 -11
- package/dist/synthesis/VitsTTS.js.map +1 -1
- package/dist/text-translation/DeepLTextTranslation.d.ts +2 -2
- package/dist/text-translation/DeepLTextTranslation.d.ts.map +1 -1
- package/dist/text-translation/DeepLTextTranslation.js +10 -9
- package/dist/text-translation/DeepLTextTranslation.js.map +1 -1
- package/dist/text-translation/GoogleTranslateTextTranslation.d.ts +4 -4
- package/dist/text-translation/GoogleTranslateTextTranslation.d.ts.map +1 -1
- package/dist/text-translation/GoogleTranslateTextTranslation.js +20 -18
- package/dist/text-translation/GoogleTranslateTextTranslation.js.map +1 -1
- package/dist/text-translation/NLLBTextTranslation.d.ts +2 -2
- package/dist/text-translation/NLLBTextTranslation.d.ts.map +1 -1
- package/dist/text-translation/NLLBTextTranslation.js +4 -6
- package/dist/text-translation/NLLBTextTranslation.js.map +1 -1
- package/dist/typings/TypedArray.d.ts.map +1 -1
- package/dist/utilities/Compression.d.ts +4 -3
- package/dist/utilities/Compression.d.ts.map +1 -1
- package/dist/utilities/Compression.js +9 -9
- package/dist/utilities/Compression.js.map +1 -1
- package/dist/utilities/FileDownloader.d.ts +6 -3
- package/dist/utilities/FileDownloader.d.ts.map +1 -1
- package/dist/utilities/FileDownloader.js +25 -21
- package/dist/utilities/FileDownloader.js.map +1 -1
- package/dist/utilities/FileReader.d.ts.map +1 -1
- package/dist/utilities/FileReader.js.map +1 -1
- package/dist/utilities/FileSystem.js +1 -1
- package/dist/utilities/FileSystem.js.map +1 -1
- package/dist/utilities/FileWriter.d.ts.map +1 -1
- package/dist/utilities/FileWriter.js.map +1 -1
- package/dist/utilities/Hashing.d.ts.map +1 -1
- package/dist/utilities/Hashing.js.map +1 -1
- package/dist/utilities/Locale.js.map +1 -1
- package/dist/utilities/Logger.d.ts +17 -9
- package/dist/utilities/Logger.d.ts.map +1 -1
- package/dist/utilities/Logger.js +50 -35
- package/dist/utilities/Logger.js.map +1 -1
- package/dist/utilities/NpmUtilities.d.ts.map +1 -1
- package/dist/utilities/NpmUtilities.js +4 -5
- package/dist/utilities/NpmUtilities.js.map +1 -1
- package/dist/utilities/ObjectUtilities.js.map +1 -1
- package/dist/utilities/OpenPromise.d.ts.map +1 -1
- package/dist/utilities/OpenPromise.js.map +1 -1
- package/dist/utilities/PackageManager.d.ts +4 -1
- package/dist/utilities/PackageManager.d.ts.map +1 -1
- package/dist/utilities/PackageManager.js +37 -22
- package/dist/utilities/PackageManager.js.map +1 -1
- package/dist/utilities/PathUtilities.d.ts +2 -0
- package/dist/utilities/PathUtilities.d.ts.map +1 -1
- package/dist/utilities/PathUtilities.js +5 -2
- package/dist/utilities/PathUtilities.js.map +1 -1
- package/dist/utilities/RandomGenerator.d.ts.map +1 -1
- package/dist/utilities/SignalChannel.d.ts.map +1 -1
- package/dist/utilities/SmoothEstimator.d.ts.map +1 -1
- package/dist/utilities/SmoothEstimator.js.map +1 -1
- package/dist/utilities/StringBuilder.d.ts.map +1 -1
- package/dist/utilities/TarballMaker.d.ts +4 -3
- package/dist/utilities/TarballMaker.d.ts.map +1 -1
- package/dist/utilities/TarballMaker.js +6 -6
- package/dist/utilities/TarballMaker.js.map +1 -1
- package/dist/utilities/Timeline.js.map +1 -1
- package/dist/utilities/Timer.d.ts.map +1 -1
- package/dist/utilities/Utilities.d.ts +9 -7
- package/dist/utilities/Utilities.d.ts.map +1 -1
- package/dist/utilities/Utilities.js +49 -33
- package/dist/utilities/Utilities.js.map +1 -1
- package/dist/utilities/VirtualFileReadStream.d.ts.map +1 -1
- package/dist/utilities/WebReader.d.ts +2 -1
- package/dist/utilities/WebReader.d.ts.map +1 -1
- package/dist/utilities/WebReader.js +7 -6
- package/dist/utilities/WebReader.js.map +1 -1
- package/dist/utilities/WikipediaReader.d.ts +2 -1
- package/dist/utilities/WikipediaReader.d.ts.map +1 -1
- package/dist/utilities/WikipediaReader.js +1 -5
- package/dist/utilities/WikipediaReader.js.map +1 -1
- package/dist/voice-activity-detection/AdaptiveGateVAD.d.ts +2 -1
- package/dist/voice-activity-detection/AdaptiveGateVAD.d.ts.map +1 -1
- package/dist/voice-activity-detection/AdaptiveGateVAD.js +1 -1
- package/dist/voice-activity-detection/AdaptiveGateVAD.js.map +1 -1
- package/dist/voice-activity-detection/SileroVAD.d.ts.map +1 -1
- package/dist/voice-activity-detection/SileroVAD.js.map +1 -1
- package/dist/voice-activity-detection/WebRtcVAD.d.ts.map +1 -1
- package/dist/voice-activity-detection/WebRtcVAD.js +1 -1
- package/dist/voice-activity-detection/WebRtcVAD.js.map +1 -1
- package/docs/API.md +62 -17
- package/docs/CUDA.md +4 -3
- package/docs/Engines.md +8 -7
- package/docs/Licenses.md +0 -3
- package/docs/Options.md +27 -31
- package/docs/Server.md +1 -0
- package/docs/Tasklist.md +2 -1
- package/docs/Technical.md +2 -2
- package/package.json +45 -35
- package/src/alignment/SemanticTextAlignment.ts +14 -7
- package/src/alignment/SpeechAlignment.ts +47 -150
- package/src/api/APIOptions.ts +1 -1
- package/src/api/Alignment.ts +95 -61
- package/src/api/Common.ts +11 -0
- package/src/api/Denoising.ts +22 -17
- package/src/api/GlobalOptions.ts +4 -20
- package/src/api/Recognition.ts +106 -123
- package/src/api/SourceSeparation.ts +39 -21
- package/src/api/SpeechLanguageDetection.ts +77 -37
- package/src/api/SpeechSearch.ts +6 -1
- package/src/api/SpeechTranslation.ts +75 -38
- package/src/api/Synthesis.ts +220 -116
- package/src/api/TextLanguageDetection.ts +10 -12
- package/src/api/TextTranslation.ts +43 -26
- package/src/api/TimelineTranslationAlignment.ts +41 -13
- package/src/api/TranscriptAndTranslationAlignment.ts +28 -15
- package/src/api/TranslationAlignment.ts +53 -24
- package/src/api/VoiceActivityDetection.ts +33 -68
- package/src/audio/AudioPlayer.ts +4 -232
- package/src/audio/AudioUtilities.ts +9 -2
- package/src/build-tools/MakeTarballsForInstalledPackages.ts +4 -3
- package/src/cli/CLI.ts +209 -101
- package/src/codecs/FFMpegTranscoder.ts +18 -16
- package/src/denoising/NSNet2.ts +5 -4
- package/src/denoising/RNNoise.ts +14 -6
- package/src/dsp/FFT.ts +2 -1
- package/src/dsp/MFCC.ts +7 -5
- package/src/dsp/MelSpectrogram.ts +56 -36
- package/src/dsp/Rubberband.ts +10 -3
- package/src/dsp/Sonic.ts +2 -1
- package/src/dsp/SpeexResampler.ts +2 -1
- package/src/encodings/Ascii.ts +1 -1
- package/src/encodings/Base64.ts +1 -1
- package/src/math/VectorMath.ts +10 -6
- package/src/nlp/EspeakPhonemizer.ts +2 -2
- package/src/nlp/Segmentation.ts +9 -4
- package/src/recognition/AmazonTranscribeSTT.ts +4 -3
- package/src/recognition/AzureCognitiveServicesSTT.ts +5 -4
- package/src/recognition/DeepgramSTT.ts +16 -16
- package/src/recognition/GoogleCloudSTT.ts +14 -12
- package/src/recognition/OpenAICloudSTT.ts +12 -6
- package/src/recognition/WhisperCommon.ts +130 -0
- package/src/recognition/{WhisperCppSTT.ts → WhisperCppCliSTT.ts} +73 -133
- package/src/recognition/WhisperSTT.ts +569 -718
- package/src/server/Client.ts +4 -4
- package/src/server/Worker.ts +59 -59
- package/src/source-separation/MDXNetSourceSeparation.ts +15 -10
- package/src/speech-embeddings/WavToVec2BertFeatureEmbeddings.ts +7 -5
- package/src/speech-language-detection/SileroLanguageDetection.ts +18 -9
- package/src/speech-search/DTWSpeechSearch.ts +6 -5
- package/src/subtitles/Subtitles.ts +22 -22
- package/src/synthesis/AwsPollyTTS.ts +12 -5
- package/src/synthesis/AzureCognitiveServicesTTS.ts +11 -3
- package/src/synthesis/CoquiServerTTS.ts +8 -7
- package/src/synthesis/DeepgramTTS.ts +21 -15
- package/src/synthesis/ElevenLabsTTS.ts +33 -23
- package/src/synthesis/EspeakTTS.ts +145 -69
- package/src/synthesis/FliteTTS.ts +3 -3
- package/src/synthesis/GnuSpeechTTS.ts +2 -2
- package/src/synthesis/GoogleCloudTTS.ts +23 -14
- package/src/synthesis/GoogleTranslateTTS.ts +19 -11
- package/src/synthesis/KokoroTTS.ts +37 -14
- package/src/synthesis/MicrosoftEdgeTTS.ts +71 -23
- package/src/synthesis/OpenAICloudTTS.ts +7 -6
- package/src/synthesis/SamTTS.ts +3 -2
- package/src/synthesis/SapiTTS.ts +3 -3
- package/src/synthesis/SvoxPicoTTS.ts +4 -5
- package/src/synthesis/VitsTTS.ts +43 -15
- package/src/text-translation/DeepLTextTranslation.ts +12 -10
- package/src/text-translation/GoogleTranslateTextTranslation.ts +35 -21
- package/src/text-translation/NLLBTextTranslation.ts +5 -9
- package/src/typings/Fillers.d.ts +0 -60
- package/src/typings/TypedArray.ts +12 -1
- package/src/utilities/Compression.ts +10 -9
- package/src/utilities/FileDownloader.ts +38 -23
- package/src/utilities/FileSystem.ts +1 -1
- package/src/utilities/Logger.ts +59 -42
- package/src/utilities/NpmUtilities.ts +4 -6
- package/src/utilities/OpenPromise.ts +1 -2
- package/src/utilities/PackageManager.ts +53 -26
- package/src/utilities/PathUtilities.ts +6 -2
- package/src/utilities/TarballMaker.ts +7 -7
- package/src/utilities/Utilities.ts +58 -41
- package/src/utilities/WebReader.ts +11 -6
- package/src/utilities/WikipediaReader.ts +2 -8
- package/src/voice-activity-detection/AdaptiveGateVAD.ts +13 -8
- package/src/voice-activity-detection/WebRtcVAD.ts +1 -2
- package/tsconfig.json +53 -54
- package/dist/audio/AudioRecorder.d.ts +0 -4
- package/dist/audio/AudioRecorder.d.ts.map +0 -1
- package/dist/audio/AudioRecorder.js +0 -68
- package/dist/audio/AudioRecorder.js.map +0 -1
- package/dist/audio/SoxPath.d.ts +0 -2
- package/dist/audio/SoxPath.d.ts.map +0 -1
- package/dist/audio/SoxPath.js +0 -24
- package/dist/audio/SoxPath.js.map +0 -1
- package/dist/recognition/SileroSTT.d.ts +0 -30
- package/dist/recognition/SileroSTT.d.ts.map +0 -1
- package/dist/recognition/SileroSTT.js +0 -152
- package/dist/recognition/SileroSTT.js.map +0 -1
- package/dist/recognition/VoskSTT.d.ts +0 -11
- package/dist/recognition/VoskSTT.d.ts.map +0 -1
- package/dist/recognition/VoskSTT.js +0 -72
- package/dist/recognition/VoskSTT.js.map +0 -1
- package/dist/recognition/WhisperCppSTT.d.ts.map +0 -1
- package/dist/recognition/WhisperCppSTT.js.map +0 -1
- package/dist/synthesis/StreamlabsPollyTTS.d.ts +0 -12
- package/dist/synthesis/StreamlabsPollyTTS.d.ts.map +0 -1
- package/dist/synthesis/StreamlabsPollyTTS.js +0 -88
- package/dist/synthesis/StreamlabsPollyTTS.js.map +0 -1
- package/dist/utilities/BinaryUtilities.d.ts +0 -14
- package/dist/utilities/BinaryUtilities.d.ts.map +0 -1
- package/dist/utilities/BinaryUtilities.js +0 -113
- package/dist/utilities/BinaryUtilities.js.map +0 -1
- package/src/audio/AudioRecorder.ts +0 -91
- package/src/audio/SoxPath.ts +0 -31
- package/src/recognition/SileroSTT.ts +0 -222
- package/src/recognition/VoskSTT.ts +0 -112
- package/src/synthesis/StreamlabsPollyTTS.ts +0 -114
- package/src/utilities/BinaryUtilities.ts +0 -138
- /package/{LICENSE.md → LICENSE.GPLv3.md} +0 -0
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"recommender": {
|
|
60
60
|
"pronunciation": {
|
|
61
61
|
"espeak": {
|
|
62
|
-
"en-us": "ɹ
|
|
63
|
-
"en-gb-x-rp": "ɹ
|
|
62
|
+
"en-us": "ɹ ˌɛ k ə m ˈɛ n d ɚ",
|
|
63
|
+
"en-gb-x-rp": "ɹ ˌɛ k ə m ˈɛ n d ɐ"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
"preprocessing": {
|
|
148
148
|
"pronunciation": {
|
|
149
149
|
"espeak": {
|
|
150
|
-
"en-us": "p ɹ
|
|
151
|
-
"en-gb-x-rp": "p ɹ
|
|
150
|
+
"en-us": "p ɹ ˈiː p ɹ ˌɑː s ɛ s ɪ ŋ",
|
|
151
|
+
"en-gb-x-rp": "p ɹ ˈiː p ɹ ˌəʊ s ɛ s ɪ ŋ"
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
},
|
|
@@ -456,6 +456,14 @@
|
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
|
+
"ethereum's": {
|
|
460
|
+
"pronunciation": {
|
|
461
|
+
"espeak": {
|
|
462
|
+
"en-us": "ɪ θ ˈɪ ə r ɪ ə m z",
|
|
463
|
+
"en-gb-x-rp": "ɪ θ ˈɪ ə r ɪ ə m z"
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
},
|
|
459
467
|
"amortize": {
|
|
460
468
|
"pronunciation": {
|
|
461
469
|
"espeak": {
|
|
@@ -688,6 +696,14 @@
|
|
|
688
696
|
}
|
|
689
697
|
}
|
|
690
698
|
},
|
|
699
|
+
"cuda's": {
|
|
700
|
+
"pronunciation": {
|
|
701
|
+
"espeak": {
|
|
702
|
+
"en-us": "k ˈu d ɑː z",
|
|
703
|
+
"en-gb-x-rp": "k ˈu d ɑː z"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
691
707
|
"arxiv": {
|
|
692
708
|
"pronunciation": {
|
|
693
709
|
"espeak": {
|
|
@@ -1043,8 +1059,16 @@
|
|
|
1043
1059
|
"pretrained": {
|
|
1044
1060
|
"pronunciation": {
|
|
1045
1061
|
"espeak": {
|
|
1046
|
-
"en-us": "p ɹ
|
|
1047
|
-
"en-gb-x-rp": "p ɹ
|
|
1062
|
+
"en-us": "p ɹ ˈiː t ɹ ˌeɪ n d",
|
|
1063
|
+
"en-gb-x-rp": "p ɹ ˈiː t ɹ ˌeɪ n d"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"pretraining": {
|
|
1068
|
+
"pronunciation": {
|
|
1069
|
+
"espeak": {
|
|
1070
|
+
"en-us": "p ɹ ˈiː t ɹ ˌeɪ n ɪ ŋ",
|
|
1071
|
+
"en-gb-x-rp": "p ɹ ˈiː t ɹ ˌeɪ n ɪ ŋ"
|
|
1048
1072
|
}
|
|
1049
1073
|
}
|
|
1050
1074
|
},
|
|
@@ -1075,8 +1099,8 @@
|
|
|
1075
1099
|
"asynchronous": {
|
|
1076
1100
|
"pronunciation": {
|
|
1077
1101
|
"espeak": {
|
|
1078
|
-
"en-us": "
|
|
1079
|
-
"en-gb-x-rp": "
|
|
1102
|
+
"en-us": "ˌeɪ s ˈɪ ŋ k ɹ ə n ə s",
|
|
1103
|
+
"en-gb-x-rp": "ˌeɪ s ˈɪ ŋ k ɹ ə n ə s"
|
|
1080
1104
|
}
|
|
1081
1105
|
}
|
|
1082
1106
|
},
|
|
@@ -1347,16 +1371,16 @@
|
|
|
1347
1371
|
"multiplier": {
|
|
1348
1372
|
"pronunciation": {
|
|
1349
1373
|
"espeak": {
|
|
1350
|
-
"en-us": "m ˈʌ l t
|
|
1351
|
-
"en-gb-x-rp": "m ˈʌ l t
|
|
1374
|
+
"en-us": "m ˈʌ l t ə p l ˌaɪɚ",
|
|
1375
|
+
"en-gb-x-rp": "m ˈʌ l t ə p l ˌaɪə"
|
|
1352
1376
|
}
|
|
1353
1377
|
}
|
|
1354
1378
|
},
|
|
1355
1379
|
"multipliers": {
|
|
1356
1380
|
"pronunciation": {
|
|
1357
1381
|
"espeak": {
|
|
1358
|
-
"en-us": "m ˈʌ l t
|
|
1359
|
-
"en-gb-x-rp": "m ˈʌ l t
|
|
1382
|
+
"en-us": "m ˈʌ l t ə p l ˌaɪɚ z",
|
|
1383
|
+
"en-gb-x-rp": "m ˈʌ l t ə p l ˌaɪə z"
|
|
1360
1384
|
}
|
|
1361
1385
|
}
|
|
1362
1386
|
},
|
|
@@ -1472,14 +1496,6 @@
|
|
|
1472
1496
|
}
|
|
1473
1497
|
}
|
|
1474
1498
|
},
|
|
1475
|
-
"compact": {
|
|
1476
|
-
"pronunciation": {
|
|
1477
|
-
"espeak": {
|
|
1478
|
-
"en-us": "k ˈə m p æ k t",
|
|
1479
|
-
"en-gb-x-rp": "k ˈə m p æ k t"
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
1499
|
"subsequence": {
|
|
1484
1500
|
"pronunciation": {
|
|
1485
1501
|
"espeak": {
|
|
@@ -1515,8 +1531,8 @@
|
|
|
1515
1531
|
"reset": {
|
|
1516
1532
|
"pronunciation": {
|
|
1517
1533
|
"espeak": {
|
|
1518
|
-
"en-us": "ɹ
|
|
1519
|
-
"en-gb-x-rp": "ɹ
|
|
1534
|
+
"en-us": "ɹ ˈiː s ɛ t",
|
|
1535
|
+
"en-gb-x-rp": "ɹ iː s ˈɛ t"
|
|
1520
1536
|
}
|
|
1521
1537
|
}
|
|
1522
1538
|
},
|
|
@@ -1743,6 +1759,694 @@
|
|
|
1743
1759
|
"en-gb-x-rp": "k w ˈɛ n"
|
|
1744
1760
|
}
|
|
1745
1761
|
}
|
|
1762
|
+
},
|
|
1763
|
+
"causation": {
|
|
1764
|
+
"pronunciation": {
|
|
1765
|
+
"espeak": {
|
|
1766
|
+
"en-us": "k ɑː z ˈeɪ ʃ ə n",
|
|
1767
|
+
"en-gb-x-rp": "k ɔː z ˈeɪ ʃ ə n"
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"willpower": {
|
|
1772
|
+
"pronunciation": {
|
|
1773
|
+
"espeak": {
|
|
1774
|
+
"en-us": "w ˈɪ l p ˌaʊ ɚ",
|
|
1775
|
+
"en-gb-x-rp": "w ˈɪ l p ˌaʊ ɚ"
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
"neuroceptive": {
|
|
1780
|
+
"pronunciation": {
|
|
1781
|
+
"espeak": {
|
|
1782
|
+
"en-us": "n ˈʊɹ ɹ oʊ s ˌə p t ˌɪ v",
|
|
1783
|
+
"en-gb-x-rp": "n ˈʊɹ ɹ oʊ s ˌə p t ˌɪ v"
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"hobbies": {
|
|
1788
|
+
"pronunciation": {
|
|
1789
|
+
"espeak": {
|
|
1790
|
+
"en-us": "h ˈɑː b i z",
|
|
1791
|
+
"en-gb-x-rp": "h ˈɑː b i z"
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"deprioritize": {
|
|
1796
|
+
"pronunciation": {
|
|
1797
|
+
"espeak": {
|
|
1798
|
+
"en-us": "d ˌi p ɹ aɪ ˈɔː ɹ ɪ t ˌaɪ z",
|
|
1799
|
+
"en-gb-x-rp": "d ˌi p ɹ aɪ ˈɔː ɹ ɪ t ˌaɪ z"
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"deprioritization": {
|
|
1804
|
+
"pronunciation": {
|
|
1805
|
+
"espeak": {
|
|
1806
|
+
"en-us": "d ˌi p ɹ aɪ ˈɔː ɹ ɪ t ˌaɪ z ˈeɪ ʃ ə n",
|
|
1807
|
+
"en-gb-x-rp": "d ˌi p ɹ aɪ ˈɔː ɹ ɪ t ˌaɪ z ˈeɪ ʃ ə n"
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
"cheesy": {
|
|
1812
|
+
"pronunciation": {
|
|
1813
|
+
"espeak": {
|
|
1814
|
+
"en-us": "tʃ ˈiː z i",
|
|
1815
|
+
"en-gb-x-rp": "tʃ ˈiː z i"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
"anecdata": {
|
|
1820
|
+
"pronunciation": {
|
|
1821
|
+
"espeak": {
|
|
1822
|
+
"en-us": "ˌæ n ɪ k d ˈeɪ ɾ ə",
|
|
1823
|
+
"en-gb-x-rp": "ˌæ n ɪ k d ˈeɪ t ə"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"transitioning": {
|
|
1828
|
+
"pronunciation": {
|
|
1829
|
+
"espeak": {
|
|
1830
|
+
"en-us": "ˌt ɹ æ n z ˈɪ ʃ ə n ɪ ŋ",
|
|
1831
|
+
"en-gb-x-rp": "ˌt ɹ æ n z ˈɪ ʃ ə n ɪ ŋ"
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"subjected": {
|
|
1836
|
+
"pronunciation": {
|
|
1837
|
+
"espeak": {
|
|
1838
|
+
"en-us": "s ʌ b dʒ ˈɛ k t ᵻ d",
|
|
1839
|
+
"en-gb-x-rp": "s ʌ b dʒ ˈɛ k t ᵻ d"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"recency": {
|
|
1844
|
+
"pronunciation": {
|
|
1845
|
+
"espeak": {
|
|
1846
|
+
"en-us": "ɹ ˈiː s ɛ n s i",
|
|
1847
|
+
"en-gb-x-rp": "ɹ ˈiː s ɛ n s i"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
"resistant": {
|
|
1852
|
+
"pronunciation": {
|
|
1853
|
+
"espeak": {
|
|
1854
|
+
"en-us": "ɹ iː z ˈɪ s t ə n t",
|
|
1855
|
+
"en-gb-x-rp": "ɹ iː s ˈɪ s t ə n t"
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"byproduct": {
|
|
1860
|
+
"pronunciation": {
|
|
1861
|
+
"espeak": {
|
|
1862
|
+
"en-us": "b ˌaɪ p ɹ ˈɑː d ə k t",
|
|
1863
|
+
"en-gb-x-rp": "b ˌaɪ p ɹ ˈə d ʌ k t"
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"excess": {
|
|
1868
|
+
"pronunciation": {
|
|
1869
|
+
"espeak": {
|
|
1870
|
+
"en-us": "ˈɛ k s ɛ s",
|
|
1871
|
+
"en-gb-x-rp": "ɛ k s ˈɛ s"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
"querying": {
|
|
1876
|
+
"pronunciation": {
|
|
1877
|
+
"espeak": {
|
|
1878
|
+
"en-us": "k w ˈɛ ɹ ɪ ɪ ŋ",
|
|
1879
|
+
"en-gb-x-rp": "k w ˈiə ɹ ɪ ɪ ŋ"
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"countryside": {
|
|
1884
|
+
"pronunciation": {
|
|
1885
|
+
"espeak": {
|
|
1886
|
+
"en-us": "k ˈʌ n t ɹ iː s ˌaɪ d",
|
|
1887
|
+
"en-gb-x-rp": "k ˈʌ n t ɹ iː s ˌaɪ d"
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"transitive": {
|
|
1892
|
+
"pronunciation": {
|
|
1893
|
+
"espeak": {
|
|
1894
|
+
"en-us": "t ɹ ˈæ n z ᵻ ɾ ˌɪ v",
|
|
1895
|
+
"en-gb-x-rp": "t ɹ ˈæ n s ᵻ t ˌɪ v"
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
"endpoint": {
|
|
1900
|
+
"pronunciation": {
|
|
1901
|
+
"espeak": {
|
|
1902
|
+
"en-us": "ˈɛ n d p ˌɔɪ n t",
|
|
1903
|
+
"en-gb-x-rp": "ˈɛ n d p ˌɔɪ n t"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"endpoints": {
|
|
1908
|
+
"pronunciation": {
|
|
1909
|
+
"espeak": {
|
|
1910
|
+
"en-us": "ˈɛ n d p ˌɔɪ n t s",
|
|
1911
|
+
"en-gb-x-rp": "ˈɛ n d p ˌɔɪ n t s"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"traversal": {
|
|
1916
|
+
"pronunciation": {
|
|
1917
|
+
"espeak": {
|
|
1918
|
+
"en-us": "t ɹ ə v ˈɜː ɹ s əl",
|
|
1919
|
+
"en-gb-x-rp": "t ɹ ɐ v ˈɜː s əl"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
"homogeneous": {
|
|
1924
|
+
"pronunciation": {
|
|
1925
|
+
"espeak": {
|
|
1926
|
+
"en-us": "h ˌoʊ m ə dʒ ˈiː n iə s",
|
|
1927
|
+
"en-gb-x-rp": "h ˌoʊ m ə dʒ ˈiː n iə s"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"homogeneity": {
|
|
1932
|
+
"pronunciation": {
|
|
1933
|
+
"espeak": {
|
|
1934
|
+
"en-us": "h ˌoʊ m ə dʒ ᵻ n ˈi ɪ ɾ i",
|
|
1935
|
+
"en-gb-x-rp": "h ˌoʊ m ə dʒ e n ˈi ɪ t i"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"intellisense": {
|
|
1940
|
+
"pronunciation": {
|
|
1941
|
+
"espeak": {
|
|
1942
|
+
"en-us": "ɪ n t ˈɛ l i s ə n s",
|
|
1943
|
+
"en-gb-x-rp": "ɪ n t ˈɛ l i s ə n s"
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"prosaic": {
|
|
1948
|
+
"pronunciation": {
|
|
1949
|
+
"espeak": {
|
|
1950
|
+
"en-us": "p ɹ ə z ˈeɪ ɪ k",
|
|
1951
|
+
"en-gb-x-rp": "p ɹ ə z ˈeɪ ɪ k"
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"pennies": {
|
|
1956
|
+
"pronunciation": {
|
|
1957
|
+
"espeak": {
|
|
1958
|
+
"en-us": "p ˈɛ n i z",
|
|
1959
|
+
"en-gb-x-rp": "p ˈɛ n i z"
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"scala": {
|
|
1964
|
+
"pronunciation": {
|
|
1965
|
+
"espeak": {
|
|
1966
|
+
"en-us": "s k ˈɑː l ɑː",
|
|
1967
|
+
"en-gb-x-rp": "s k ˈɑː l ɑː"
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"usenet": {
|
|
1972
|
+
"pronunciation": {
|
|
1973
|
+
"espeak": {
|
|
1974
|
+
"en-us": "j ˈuː z n ˌɛ t",
|
|
1975
|
+
"en-gb-x-rp": "j ˈuː z n ˌɛ t"
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"elo": {
|
|
1980
|
+
"pronunciation": {
|
|
1981
|
+
"espeak": {
|
|
1982
|
+
"en-us": "ˈiː l ˌoʊ",
|
|
1983
|
+
"en-gb-x-rp": "ˈiː l ˌoʊ"
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
"prefill": {
|
|
1988
|
+
"pronunciation": {
|
|
1989
|
+
"espeak": {
|
|
1990
|
+
"en-us": "ˈp ɹ iː f ɪ l",
|
|
1991
|
+
"en-gb-x-rp": "ˈp ɹ iː f ɪ l"
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
"openers": {
|
|
1996
|
+
"pronunciation": {
|
|
1997
|
+
"espeak": {
|
|
1998
|
+
"en-us": "ˈoʊ p ə n ɜː ɹ z",
|
|
1999
|
+
"en-gb-x-rp": "ˈoʊ p ə n ɜː z"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"transient": {
|
|
2004
|
+
"pronunciation": {
|
|
2005
|
+
"espeak": {
|
|
2006
|
+
"en-us": "t ɹ ˈæ n z iə n t",
|
|
2007
|
+
"en-gb-x-rp": "t ɹ ˈæ n z iə n t"
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"transients": {
|
|
2012
|
+
"pronunciation": {
|
|
2013
|
+
"espeak": {
|
|
2014
|
+
"en-us": "t ɹ ˈæ n z iə n t s",
|
|
2015
|
+
"en-gb-x-rp": "t ɹ ˈæ n z iə n t s"
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"prefetch": {
|
|
2020
|
+
"pronunciation": {
|
|
2021
|
+
"espeak": {
|
|
2022
|
+
"en-us": "p ɹ ˌiː f ˈɛ tʃ",
|
|
2023
|
+
"en-gb-x-rp": "p ɹ ˌiː f ˈɛ tʃ"
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"prefetched": {
|
|
2028
|
+
"pronunciation": {
|
|
2029
|
+
"espeak": {
|
|
2030
|
+
"en-us": "p ɹ ˌiː f ˈɛ tʃ t",
|
|
2031
|
+
"en-gb-x-rp": "p ɹ ˌiː f ˈɛ tʃ t"
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
"prefetching": {
|
|
2036
|
+
"pronunciation": {
|
|
2037
|
+
"espeak": {
|
|
2038
|
+
"en-us": "p ɹ ˌiː f ˈɛ tʃ ɪ ŋ",
|
|
2039
|
+
"en-gb-x-rp": "p ɹ ˌiː f ˈɛ tʃ ɪ ŋ"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"bitcoin": {
|
|
2044
|
+
"pronunciation": {
|
|
2045
|
+
"espeak": {
|
|
2046
|
+
"en-us": "b ˈɪ t k ˌɔɪ n",
|
|
2047
|
+
"en-gb-x-rp": "b ˈɪ t k ˌɔɪ n"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"bitcoin's": {
|
|
2052
|
+
"pronunciation": {
|
|
2053
|
+
"espeak": {
|
|
2054
|
+
"en-us": "b ˈɪ t k ˌɔɪ n z",
|
|
2055
|
+
"en-gb-x-rp": "b ˈɪ t k ˌɔɪ n z"
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
"blockchain": {
|
|
2060
|
+
"pronunciation": {
|
|
2061
|
+
"espeak": {
|
|
2062
|
+
"en-us": "b l ˈɑː k tʃ ˌeɪ n",
|
|
2063
|
+
"en-gb-x-rp": "b l ˈɑː k tʃ ˌeɪ n"
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
"nonce": {
|
|
2068
|
+
"pronunciation": {
|
|
2069
|
+
"espeak": {
|
|
2070
|
+
"en-us": "n ˈɒ n s",
|
|
2071
|
+
"en-gb-x-rp": "n ˈɒ n s"
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"monotonic": {
|
|
2076
|
+
"pronunciation": {
|
|
2077
|
+
"espeak": {
|
|
2078
|
+
"en-us": "m ˌɒ n ə t ˈɒ n ɪ k",
|
|
2079
|
+
"en-gb-x-rp": "m ˌɒ n ə t ˈɒ n ɪ k"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"monotonically": {
|
|
2084
|
+
"pronunciation": {
|
|
2085
|
+
"espeak": {
|
|
2086
|
+
"en-us": "m ˌɒ n ə t ˈɒ n ɪ k l iː",
|
|
2087
|
+
"en-gb-x-rp": "m ˌɒ n ə t ˈɒ n ɪ k l iː"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
"watchtower": {
|
|
2092
|
+
"pronunciation": {
|
|
2093
|
+
"espeak": {
|
|
2094
|
+
"en-us": "w ˈɑː tʃ t ˌaʊ ɚ",
|
|
2095
|
+
"en-gb-x-rp": "w ˈɑː tʃ t ˌaʊ ɚ"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"watchtowers": {
|
|
2100
|
+
"pronunciation": {
|
|
2101
|
+
"espeak": {
|
|
2102
|
+
"en-us": "w ˈɑː tʃ t ˌaʊ ɚ s",
|
|
2103
|
+
"en-gb-x-rp": "w ˈɑː tʃ t ˌaʊ ɚ s"
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
"binance": {
|
|
2108
|
+
"pronunciation": {
|
|
2109
|
+
"espeak": {
|
|
2110
|
+
"en-us": "b ˈaɪ n æ n s",
|
|
2111
|
+
"en-gb-x-rp": "b ˈaɪ n æ n s"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
"researched": {
|
|
2116
|
+
"pronunciation": {
|
|
2117
|
+
"espeak": {
|
|
2118
|
+
"en-us": "ɹ ˈi s ɜː ɹ tʃ t",
|
|
2119
|
+
"en-gb-x-rp": "ɹ ɪ s ˈɜː tʃ t"
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"outbound": {
|
|
2124
|
+
"pronunciation": {
|
|
2125
|
+
"espeak": {
|
|
2126
|
+
"en-us": "ˈaʊ t b ˌaʊ n d",
|
|
2127
|
+
"en-gb-x-rp": "ˈaʊ t b ˌaʊ n d"
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
"inbound": {
|
|
2132
|
+
"pronunciation": {
|
|
2133
|
+
"espeak": {
|
|
2134
|
+
"en-us": "ˈɪ n b ˌaʊ n d",
|
|
2135
|
+
"en-gb-x-rp": "ˈɪ n b ˌaʊ n d"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
"relocate": {
|
|
2140
|
+
"pronunciation": {
|
|
2141
|
+
"espeak": {
|
|
2142
|
+
"en-us": "ɹ iː l oʊ k ˈeɪ t",
|
|
2143
|
+
"en-gb-x-rp": "ɹ iː l oʊ k ˈeɪ t"
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"relocated": {
|
|
2148
|
+
"pronunciation": {
|
|
2149
|
+
"espeak": {
|
|
2150
|
+
"en-us": "ɹ iː l oʊ k ˈeɪ ɾ ᵻ d",
|
|
2151
|
+
"en-gb-x-rp": "ɹ iː l oʊ k ˈeɪ t ᵻ d"
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
"relocates": {
|
|
2156
|
+
"pronunciation": {
|
|
2157
|
+
"espeak": {
|
|
2158
|
+
"en-us": "ɹ iː l oʊ k ˈeɪ t s",
|
|
2159
|
+
"en-gb-x-rp": "ɹ iː l oʊ k ˈeɪ t s"
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"definer": {
|
|
2164
|
+
"pronunciation": {
|
|
2165
|
+
"espeak": {
|
|
2166
|
+
"en-us": "d ᵻ f ˈaɪ n ɚ",
|
|
2167
|
+
"en-gb-x-rp": "d ᵻ f ˈaɪ n ɐ"
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"decorrelate": {
|
|
2172
|
+
"pronunciation": {
|
|
2173
|
+
"espeak": {
|
|
2174
|
+
"en-us": "d iː k ˈɔ ɹ ɛ l eɪ t",
|
|
2175
|
+
"en-gb-x-rp": "d iː k ˈɔ ɹ ɛ l eɪ t"
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
"decorrelated": {
|
|
2180
|
+
"pronunciation": {
|
|
2181
|
+
"espeak": {
|
|
2182
|
+
"en-us": "d iː k ˈɔ ɹ ɛ l eɪ ɾ ᵻ d",
|
|
2183
|
+
"en-gb-x-rp": "d iː k ˈɔ ɹ ɛ l eɪ t ᵻ d"
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"decorrelates": {
|
|
2188
|
+
"pronunciation": {
|
|
2189
|
+
"espeak": {
|
|
2190
|
+
"en-us": "d iː k ˈɔ ɹ ɛ l eɪ t s",
|
|
2191
|
+
"en-gb-x-rp": "d iː k ˈɔ ɹ ɛ l eɪ t s"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"decorrelation": {
|
|
2196
|
+
"pronunciation": {
|
|
2197
|
+
"espeak": {
|
|
2198
|
+
"en-us": "d iː k ˈɔ ɹ ɛ l eɪ ʃ ə n",
|
|
2199
|
+
"en-gb-x-rp": "d iː k ˈɔ ɹ ɛ l eɪ ʃ ə n"
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
"rerank": {
|
|
2204
|
+
"pronunciation": {
|
|
2205
|
+
"espeak": {
|
|
2206
|
+
"en-us": "ɹ iː ɹ ˈæ ŋ k",
|
|
2207
|
+
"en-gb-x-rp": "ɹ iː ɹ ˈæ ŋ k"
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
"reranks": {
|
|
2212
|
+
"pronunciation": {
|
|
2213
|
+
"espeak": {
|
|
2214
|
+
"en-us": "ɹ iː ɹ ˈæ ŋ k s",
|
|
2215
|
+
"en-gb-x-rp": "ɹ iː ɹ ˈæ ŋ k s"
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
"reranking": {
|
|
2220
|
+
"pronunciation": {
|
|
2221
|
+
"espeak": {
|
|
2222
|
+
"en-us": "ɹ iː ɹ ˈæ ŋ k ɪ ŋ",
|
|
2223
|
+
"en-gb-x-rp": "ɹ iː ɹ ˈæ ŋ k ɪ ŋ"
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
"baidu": {
|
|
2228
|
+
"pronunciation": {
|
|
2229
|
+
"espeak": {
|
|
2230
|
+
"en-us": "b ˈɑː ɪ d uː",
|
|
2231
|
+
"en-gb-x-rp": "b ˈɑː ɪ d uː"
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
"ph.d": {
|
|
2236
|
+
"pronunciation": {
|
|
2237
|
+
"espeak": {
|
|
2238
|
+
"en-us": "p ˈiː ˈeɪ tʃ d ˈi",
|
|
2239
|
+
"en-gb-x-rp": "p ˈiː ˈeɪ tʃ d ˈi"
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
"ph.d.": {
|
|
2244
|
+
"pronunciation": {
|
|
2245
|
+
"espeak": {
|
|
2246
|
+
"en-us": "p ˈiː ˈeɪ tʃ d ˈi",
|
|
2247
|
+
"en-gb-x-rp": "p ˈiː ˈeɪ tʃ d ˈi"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
"happiness": {
|
|
2252
|
+
"pronunciation": {
|
|
2253
|
+
"espeak": {
|
|
2254
|
+
"en-us": "h ˈæ p iː n ə s",
|
|
2255
|
+
"en-gb-x-rp": "h ˈæ p iː n ə s"
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"automata": {
|
|
2260
|
+
"pronunciation": {
|
|
2261
|
+
"espeak": {
|
|
2262
|
+
"en-us": "ɔː t ˈɒ m ə t ə",
|
|
2263
|
+
"en-gb-x-rp": "ɔː t ˈɒ m ə t ə"
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"preprint": {
|
|
2268
|
+
"pronunciation": {
|
|
2269
|
+
"espeak": {
|
|
2270
|
+
"en-us": "p ɹ ˈiː p ɹ ɪ ŋ t",
|
|
2271
|
+
"en-gb-x-rp": "p ɹ ˈiː p ɹ ɪ ŋ t"
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
"inter": {
|
|
2276
|
+
"pronunciation": {
|
|
2277
|
+
"espeak": {
|
|
2278
|
+
"en-us": "ˈɪ n t ɜ ɹ",
|
|
2279
|
+
"en-gb-x-rp": "ˈɪ n t ɜː"
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"asynchronously": {
|
|
2284
|
+
"pronunciation": {
|
|
2285
|
+
"espeak": {
|
|
2286
|
+
"en-us": "ˌeɪ s ˈɪ ŋ k ɹ ə n ə s l i",
|
|
2287
|
+
"en-gb-x-rp": "ˌeɪ s ˈɪ ŋ k ɹ ə n ə s l i"
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"combiner": {
|
|
2292
|
+
"pronunciation": {
|
|
2293
|
+
"espeak": {
|
|
2294
|
+
"en-us": "k ə m b ˈaɪ n ɚ",
|
|
2295
|
+
"en-gb-x-rp": "k ə m b ˈaɪ n ɐ"
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"combiners": {
|
|
2300
|
+
"pronunciation": {
|
|
2301
|
+
"espeak": {
|
|
2302
|
+
"en-us": "k ə m b ˈaɪ n ɚ z",
|
|
2303
|
+
"en-gb-x-rp": "k ə m b ˈaɪ n ɐ z"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"90's": {
|
|
2308
|
+
"pronunciation": {
|
|
2309
|
+
"espeak": {
|
|
2310
|
+
"en-us": "n ˈaɪ n t i z",
|
|
2311
|
+
"en-gb-x-rp": "n ˈaɪ n t i z"
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
"80's": {
|
|
2316
|
+
"pronunciation": {
|
|
2317
|
+
"espeak": {
|
|
2318
|
+
"en-us": "ˈeɪ ɾ i z",
|
|
2319
|
+
"en-gb-x-rp": "ˈeɪ ɾ i z"
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
"debussy": {
|
|
2324
|
+
"pronunciation": {
|
|
2325
|
+
"espeak": {
|
|
2326
|
+
"en-us": "d ˈɛ b j ʊ s i",
|
|
2327
|
+
"en-gb-x-rp": "d ˈɛ b j ʊ s i"
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"istanbul": {
|
|
2332
|
+
"pronunciation": {
|
|
2333
|
+
"espeak": {
|
|
2334
|
+
"en-us": "ˌɪ s t ɑː n b ˈu l",
|
|
2335
|
+
"en-gb-x-rp": "ˌɪ s t ɑː n b ˈu l"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
"isnt": {
|
|
2340
|
+
"pronunciation": {
|
|
2341
|
+
"espeak": {
|
|
2342
|
+
"en-us": "ˈɪ z ə n t",
|
|
2343
|
+
"en-gb-x-rp": "ˈɪ z ə n t"
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
"convex": {
|
|
2348
|
+
"pronunciation": {
|
|
2349
|
+
"espeak": {
|
|
2350
|
+
"en-us": "k ˈɑː n v ɛ k s",
|
|
2351
|
+
"en-gb-x-rp": "k ˈɑː n v ɛ k s"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
"lipschitz": {
|
|
2356
|
+
"pronunciation": {
|
|
2357
|
+
"espeak": {
|
|
2358
|
+
"en-us": "l ˈɪ p ʃ ɪ t s",
|
|
2359
|
+
"en-gb-x-rp": "l ˈɪ p ʃ ɪ t s"
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
"a.i.": {
|
|
2364
|
+
"pronunciation": {
|
|
2365
|
+
"espeak": {
|
|
2366
|
+
"en-us": "ˌeɪ ˈaɪ",
|
|
2367
|
+
"en-gb-x-rp": "ˌeɪ ˈaɪ"
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"startups": {
|
|
2372
|
+
"pronunciation": {
|
|
2373
|
+
"espeak": {
|
|
2374
|
+
"en-us": "s t ˈɑːɹ ɾ ʌ p s",
|
|
2375
|
+
"en-gb-x-rp": "s t ˈɑːɹ ɾ ʌ p s"
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
"recursion": {
|
|
2380
|
+
"pronunciation": {
|
|
2381
|
+
"espeak": {
|
|
2382
|
+
"en-us": "ɹ ᵻ k ˈɜː ɹ ʒ ə n",
|
|
2383
|
+
"en-gb-x-rp": "ɹ ᵻ k ˈɜː ʒ ə n"
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"recursions": {
|
|
2388
|
+
"pronunciation": {
|
|
2389
|
+
"espeak": {
|
|
2390
|
+
"en-us": "ɹ ᵻ k ˈɜː ɹ ʒ ə n z",
|
|
2391
|
+
"en-gb-x-rp": "ɹ ᵻ k ˈɜː ʒ ə n z"
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
"alibaba": {
|
|
2396
|
+
"pronunciation": {
|
|
2397
|
+
"espeak": {
|
|
2398
|
+
"en-us": "ˌɑː l i b ˈɑː b ɑː",
|
|
2399
|
+
"en-gb-x-rp": "ˌɑ l i b ˈɑː b ɑː"
|
|
2400
|
+
}
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"inverse": {
|
|
2404
|
+
"pronunciation": {
|
|
2405
|
+
"espeak": {
|
|
2406
|
+
"en-us": "ˈɪ n v ɜː ɹ s",
|
|
2407
|
+
"en-gb-x-rp": "ˈɪ n v ˈɜː s"
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
"jacobian": {
|
|
2412
|
+
"pronunciation": {
|
|
2413
|
+
"espeak": {
|
|
2414
|
+
"en-us": "dʒ ə k ˈoʊ b iə n",
|
|
2415
|
+
"en-gb-x-rp": "dʒ ə k ˈoʊ b iə n"
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
"poisson": {
|
|
2420
|
+
"pronunciation": {
|
|
2421
|
+
"espeak": {
|
|
2422
|
+
"en-us": "p w a s ˈɔ̃",
|
|
2423
|
+
"en-gb-x-rp": "p w a s ˈɔ̃"
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"erdos": {
|
|
2428
|
+
"pronunciation": {
|
|
2429
|
+
"espeak": {
|
|
2430
|
+
"en-us": "ˈɛ r d ə ʃ",
|
|
2431
|
+
"en-gb-x-rp": "ˈɛ r d ə ʃ"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"erdős": {
|
|
2436
|
+
"pronunciation": {
|
|
2437
|
+
"espeak": {
|
|
2438
|
+
"en-us": "ˈɛ r d ə ʃ",
|
|
2439
|
+
"en-gb-x-rp": "ˈɛ r d ə ʃ"
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
"unimodular": {
|
|
2444
|
+
"pronunciation": {
|
|
2445
|
+
"espeak": {
|
|
2446
|
+
"en-us": "j ˌuː n ɪ m ˈɑː dʒ uː l ɚ",
|
|
2447
|
+
"en-gb-x-rp": "j ˌuː n ɪ m ˈɒ dj ə l ɐ"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
1746
2450
|
}
|
|
1747
2451
|
}
|
|
1748
2452
|
}
|