0.1.6 • Published 2 years ago

phonologist v0.1.6

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

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago