All Projects → lkazberova → pronunciation-finder

lkazberova / pronunciation-finder

Licence: GPL-3.0 license
An application for getting audio mp3 files with pronunciation from Oxford Learner's Dictionary, Cambridge and Macmillan Dictionaries

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pronunciation-finder

HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+170%)
Mutual labels:  cambridge-dictionary
Chinese Programmer Wrong Pronunciation
中国程序员容易发音错误的单词
Stars: ✭ 14,766 (+73730%)
Mutual labels:  pronunciation
pronuncify
automate incrementally producing word pronunciation recordings for Wiktionary through Wikimedia Commons
Stars: ✭ 23 (+15%)
Mutual labels:  pronunciation
wikipron
Massively multilingual pronunciation mining
Stars: ✭ 167 (+735%)
Mutual labels:  pronunciation
cmu-pronouncing-dictionary
The 134,000+ words and their pronunciations in the CMU pronouncing dictionary
Stars: ✭ 46 (+130%)
Mutual labels:  pronunciation
Britfone
British English pronunciation dictionary
Stars: ✭ 66 (+230%)
Mutual labels:  pronunciation
leximaven
A command line tool for searching word-related APIs.
Stars: ✭ 20 (+0%)
Mutual labels:  pronunciation
cpwp
Chinese Programmer Wrong Pronunciation
Stars: ✭ 42 (+110%)
Mutual labels:  pronunciation
good-speech-web-client
Practice your speech level in any language using speech recognition
Stars: ✭ 26 (+30%)
Mutual labels:  pronunciation
oxford dictionary
📙 A Ruby wrapper for the Oxford Dictionary API
Stars: ✭ 23 (+15%)
Mutual labels:  oxford-dictionary

pronunciation-finder

An application for getting audio files with pronunciation from

Installation

MacOS, Linux

npm install -g pronunciation-finder

If you don't have npm please install it https://docs.npmjs.com/getting-started/installing-node#1-install-nodejs--npm

Usage

pronunciation-finder car apple window

OR if you have a file with words

pronunciation-finder $(cat words.txt)

Options

$ pronunciation-finder --help

  Usage: pronunciation-finder [options] <words>

  An application for getting transcription and audio from Oxford Advanced Learner’s Dictionary, Cambridge Dictionary

  Options:

    -v, --version               output the version number
    -p, --path [value]          Path for downloaded files (default: ./)
    -d, --dictionary [value]    Dictionary [oxford, cambridge, macmillan] (default: cambridge)
    -g, --gap [value]           Add gap [value] sec to the end of file (default: 0)
        --play                  Autoplay files after downloading (default: false)
    -h, --help                  output usage information


Output

Files with a name like everything | ˈevriθɪŋ |.mp3

Update

npm update -g pronunciation-finder

Please verify that pronunciation-finder -v returns 0.8.0, in some cases you have to uninstall and install for getting latest version

Uninstall

npm uninstall -g pronunciation-finder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].