0.1.6 • Published 1 year ago

phonologist v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago