0.1.6 • Published 3 years ago

phonologist v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Phonologist

npm-badge license-badge build-status-badge

A package for dealing with phonemes as written in the International Phonetic Alphabet.

Currently, allows you to decompose a phoneme into its features.

Installation

npm install phonologist

Usage

import { parsePhoneme } from 'phonologist'

parsePhoneme('t')
// {
//   ipa: 't',
//   features: [ 'alveolar', 'stop' ],
//   modifiers: [],
//   isVowel: false,
//   isConsonant: true
// }

To-do

  1. better diacritic data
  2. add modifiers to phonemes
  3. more docs

License

MIT, but includes data and code compiled and written by felix for their phonology generator / phonology analyzer (and associated projects)

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago