Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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)

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-35.71%
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc