phoneme-types

1.2.3 • Public • Published

phoneme-types

Classifies CMU/ARPAbet-style phonemes.

Installation

npm install phoneme-types

Usage

var phonemeTypes = require('phoneme-types');
phonemeTypes.isConsonantish('K');
// true

Other methods:

  • classifyPhoneme: Tells you if a phoneme is one of the following:
    • vowel
    • affricate
    • aspirate
    • fricative
    • liquid
    • nasal
    • semivowel
    • stop
  • getPhonemesInSameClass: Given a phoneme, returns all of the other phonemes of the same class.

Tests

Run tests with make test.

License

MIT.

Package Sidebar

Install

npm i phoneme-types

Weekly Downloads

3

Version

1.2.3

License

MIT

Unpacked Size

11 kB

Total Files

7

Last publish

Collaborators

  • jimkang