Package: sylly
Type: Package
Title: Hyphenation and Syllable Counting for Text Analysis
Description: Provides the hyphenation algorithm used for 'TeX'/'LaTeX'
        and similar software, as proposed by Liang (1983,
        <https://tug.org/docs/liang/>). Mainly contains the function
        hyphen() to be used for hyphenation/syllable counting of text
        objects. It was originally developed for and part of the
        'koRpus' package, but later released as a separate package so
        it's lighter to have this particular functionality available
        for other packages. Support for various languages needs be
        added on-the-fly or by plugin packages
        (<https://undocumeantit.github.io/repos>); this package does
        not include any language specific data. Due to some
        restrictions on CRAN, the full package sources are only
        available from the project homepage. To ask for help, report
        bugs, request features, or discuss the development of the
        package, please subscribe to the koRpus-dev mailing list
        (<http://korpusml.reaktanz.de>).
Depends: R (>= 3.0.0)
Imports: methods
Suggests: testthat,knitr,rmarkdown,sylly.de,sylly.en,sylly.es
VignetteBuilder: knitr
URL: https://reaktanz.de/?c=hacking&s=sylly
BugReports: https://github.com/unDocUMeantIt/sylly/issues
Additional_repositories: https://undocumeantit.github.io/repos/l10n
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
Authors@R: c(person(given="Meik", family="Michalke",
        email="meik.michalke@hhu.de", role=c("aut", "cre")))
Version: 0.1-5
Date: 2018-07-29
Collate: '00_environment.R' '01_class_01_kRp.hyph.pat.R'
        '01_class_02_kRp.hyphen.R' '02_method_correct.R'
        '02_method_hyphen.R' '02_method_kRp.hyphen.R'
        '02_method_show.kRp.hyphen.R' '02_method_summary.kRp.hyphen.R'
        'available.sylly.lang.R' 'get.sylly.env.R'
        'install.sylly.lang.R' 'manage.hyph.pat.R' 'read.hyph.pat.R'
        'set.hyph.support.R' 'set.sylly.env.R' 'sylly-internal.R'
        'sylly-internal_langpack_generator.R' 'sylly-package.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-29 14:15:44 UTC; m
Author: Meik Michalke [aut, cre]
Maintainer: Meik Michalke <meik.michalke@hhu.de>
Repository: CRAN
Date/Publication: 2018-07-29 14:50:04 UTC
