Package: sylcount
Type: Package
Title: Syllable Counting and Readability Measurements
Version: 0.2-6
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'.
License: BSD 2-clause License + file LICENSE
Depends: R (>= 3.0.0)
LazyLoad: yes
NeedsCompilation: yes
ByteCompile: yes
Authors@R: c(person("Drew", "Schmidt", role=c("aut", "cre"), 
    email="wrathematics@gmail.com"))
Maintainer: Drew Schmidt <wrathematics@gmail.com>
URL: https://github.com/wrathematics/sylcount
BugReports: https://github.com/wrathematics/sylcount/issues
RoxygenNote: 7.1.2
Packaged: 2023-12-10 18:57:57 UTC; mschmid3
Author: Drew Schmidt [aut, cre]
Repository: CRAN
Date/Publication: 2023-12-10 19:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:35:28 UTC; windows
Archs: x64
