Coder Social home page Coder Social logo

syllable's Introduction

syllable

Build Coverage Downloads Size

Syllable count in JavaScript.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install syllable

API

This package exports the following identifiers: syllable. There is no default export.

import {syllable} from 'syllable'

syllable('syllable') // 3
syllable('unicorn') // 3
syllable('hi') // 1
syllable('hihi') // 2
syllable('mmmmmmmmmmmmmmmm') // 1
syllable('wine') // 1
syllable('bottle') // 2
syllable('wine-bottle') // 3
syllable('Åland') // 2

CLI

Usage: syllable [options] <words...>

Syllable count in an English word

Options:

  -h, --help           output usage information
  -v, --version        output version number

Usage:

# output syllables
$ syllable syllable unicorn
# 6

# output syllables from stdin
$ echo "syllable unicorn banana" | syllable
# 9

Inspiration

Based on the syllable functionality found in Text-Statistics (PHP), in turn inspired by Lingua::EN::Syllable (Perl).

Support for word-breaks, non-ASCII characters, and many fixes added later.

Related

  • automated-readability — Formula to detect ease of reading according to the Automated Readability Index (1967)
  • buzzwords — List of buzzwords
  • coleman-liau — Formula to detect the ease of reading a text according to the Coleman-Liau index (1975)
  • cuss — Map of profane words to a rating of sureness
  • dale-chall — List of easy American-English words: The New Dale-Chall (1995)
  • dale-chall-formula — Formula to find the grade level according to the (revised) Dale–Chall Readability Formula (1995)
  • fillers — List of filler words
  • flesch — Formula to detect the ease of reading a text according to Flesch Reading Ease (1975)
  • flesch-kincaid — Formula to detect the grade level of text according to Flesch–Kincaid Grade Level (1975)
  • gunning-fog — Formula to detect the ease of reading a text according to the Gunning fog index (1952)
  • hedges — List of hedge words
  • profanities — List of profane words
  • smog-formula — Formula to detect the ease of reading a text according to the SMOG (Simple Measure of Gobbledygook) formula (1969)
  • spache — List of familiar American-English words (1974)
  • spache-formula — Uses a dictionary, suited for lower reading levels
  • weasels — Formula to detect the grade level of text according to the (revised) Spache Readability Formula (1974)

License

MIT © Titus Wormer

syllable's People

Contributors

beardicus avatar greenkeeperio-bot avatar isaacbanner avatar kdspa avatar michaelchambers avatar nikhiljha avatar sautumn avatar wooorm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.