Package: sylly
Type: Package
Title: Hyphenation and Syllable Counting for Text Analysis
Depends: R (>= 3.0.0)
Imports: methods
Suggests: testthat
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; 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>).
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
URL: https://reaktanz.de/?c=hacking&s=koRpus
BugReports: https://github.com/unDocUMeantIt/sylly/issues
Authors@R: c(person(given="Meik", family="Michalke",
        email="meik.michalke@hhu.de", role=c("aut", "cre")))
Version: 0.1-2
Date: 2017-09-12
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'
        'get.sylly.env.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: 2017-09-12 11:02:16 UTC; m
Author: Meik Michalke [aut, cre]
Maintainer: Meik Michalke <meik.michalke@hhu.de>
Repository: CRAN
Date/Publication: 2017-09-12 17:33:13 UTC
