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 30 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

convertid  
Convert Gene IDs Between Each Other and Fetch Annotations from Biomart
Gene Symbols or Ensembl Gene IDs are converted using the Bimap interface in 'AnnotationDbi' in conve ...
Download / Learn more Package Citations See dependency  
fastmit  
Fast Mutual Information Based Independence Test
A mutual information estimator based on k-nearest neighbor method proposed by A. Kraskov, et al. (20 ...
Download / Learn more Package Citations See dependency  
kesernetwork  
Visualization of the KESER Network
A shiny app to visualize the knowledge networks for the code concepts. Using co-occurrence matrices ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
GGMncv  
Gaussian Graphical Models with Nonconvex Regularization
Estimate Gaussian graphical models with nonconvex penalties , including ...
Download / Learn more Package Citations See dependency  
WtTopsis  
Weighted Method for Multiple-Criteria Decision Making
Evaluation of alternatives based on multiple criteria using weighted technique for Order preference ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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