-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 2.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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="[email protected]", role=c("aut", "cre")))
Version: 0.1-6
Date: 2020-09-19
RoxygenNote: 7.1.1
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'