Other packages > Find by keyword >

sylcount  

Syllable Counting and Readability Measurements
View on CRAN: Click here


Download and install sylcount package within the R console
Install from CRAN:
install.packages("sylcount")

Install from Github:
library("remotes")
install_github("cran/sylcount")

Install by package version:
library("remotes")
install_version("sylcount", "0.2-6")



Attach the package and use:
library("sylcount")
Maintained by
Drew Schmidt
[Scholar Profile | Author Map]
First Published: 2017-04-07
Latest Update: 2022-11-04
Description:
An English language syllable counter, plus readability score measure-er. For readability, we support 'Flesch' Reading Ease and 'Flesch-Kincaid' Grade Level ('Kincaid' 'et al'. 1975) <https://stars.library.ucf.edu/cgi/viewcontent.cgi?article=1055&context=istlibrary>, Automated Readability Index ('Senter' and Smith 1967) <https://apps.dtic.mil/sti/citations/AD0667273>, Simple Measure of Gobbledygook (McLaughlin 1969), and 'Coleman-Liau' (Coleman and 'Liau' 1975) <doi:10.1037/h0076540>. The package has been carefully optimized and should be very efficient, both in terms of run time performance and memory consumption. The main methods are 'vectorized' by document, and scores for multiple documents are computed in parallel via 'OpenMP'.
How to cite:
Drew Schmidt (2017). sylcount: Syllable Counting and Readability Measurements. R package version 0.2-6, https://cran.r-project.org/web/packages/sylcount. Accessed 13 Apr. 2025.
Previous versions and publish date:
0.1-0 (2017-04-07 08:19), 0.2-0 (2019-02-20 10:30), 0.2-1 (2019-03-12 10:50), 0.2-2 (2020-02-23 18:00), 0.2-3 (2021-09-18 20:30), 0.2-4 (2022-03-11 16:40), 0.2-5 (2022-11-04 16:20)
Other packages that cited sylcount R package
View sylcount citation profile
Other R packages that sylcount depends, imports, suggests or enhances
Complete documentation for sylcount
Functions, R codes and Examples using the sylcount R package
Some associated functions: doc_counts . readability . sylcount-package . sylcount.nthreads . sylcount . 
Some associated R codes: Full sylcount package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for sylcount0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA