Skip to content

jimkang/phoneme-types

Repository files navigation

phoneme-types

Classifies CMU/ARPAbet-style phonemes.

Node.js CI

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.

About

Classifies phonemes as vowelish or consonantish.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages