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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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