Socket
Book a DemoInstallSign in
Socket

@informath/text-to-ipa

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@informath/text-to-ipa

NodeJS port of text-to-ipa project (https://github.com/surrsurus/text-to-ipa)

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Before reading

This is a customised fork of npm package text-to-ipa. Please keep in mind, that the original author of this project is Shukri Adams

node-text-to-ipa

https://www.npmjs.com/package/text-to-ipa

NPM port of the amazing text-to-ipa project.

Use

    const TextToIPA = require('text-to-ipa');
    TextToIPA.lookup('word'); // > wɚˈd

If your lookup call needs to respond immediately, you can explicitly load the built-in dictionary

    const TextToIPA = require('text-to-ipa');
    TextToIPA.loadDict(); // blocking load

    TextToIPA.lookup('word'); // > wɚˈd

The dictionary is loaded once only.

FAQs

Package last updated on 04 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts