forked from unDocUMeantIt/koRpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
120 lines (120 loc) · 4.71 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Package: koRpus
Type: Package
Title: An R Package for Text Analysis
Author: Meik Michalke [aut, cre], Earl Brown [ctb], Alberto Mirisola
[ctb], Alexandre Brulet [ctb], Laura Hauser [ctb]
Maintainer: Meik Michalke <[email protected]>
Depends: R (>= 2.10.0),sylly (>= 0.1-4)
Imports: data.table,methods
Enhances: rkward
Suggests:
testthat,tm,SnowballC,shiny,knitr,rmarkdown,koRpus.lang.de,koRpus.lang.en,koRpus.lang.es,koRpus.lang.fr,koRpus.lang.it,koRpus.lang.ru
VignetteBuilder: knitr
Additional_repositories: https://undocumeantit.github.io/repos/l10n
Description: A set of tools to analyze texts. Includes, amongst others,
functions for automatic language detection, hyphenation,
several indices of lexical diversity (e.g., type token ratio,
HD-D/vocd-D, MTLD) and readability (e.g., Flesch, SMOG, LIX,
Dale-Chall). Basic import functions for language corpora are
also provided, to enable frequency analyses (supports Celex and
Leipzig Corpora Collection file formats) and measures like
tf-idf. Support for additional languages can be added
on-the-fly or by plugin packages. Note: For full functionality
a local installation of TreeTagger is recommended. After
installation, additional language support needs to be fetched
from the 'l10n' repository
<https://undocumeantit.github.io/repos/l10n>. It is recommended
to add it to your list of package repositories permanently, to
receive updates for these packages and be able to install
support for further languages. 'koRpus' also includes a plugin
for the R GUI and IDE RKWard, providing graphical dialogs for
its basic features. The respective R package 'rkward' cannot be
installed directly from a repository, as it is a part of
RKWard. To make full use of this feature, please install RKWard
from <https://rkward.kde.org> (plugins are detected
automatically). 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/koRpus/issues
Authors@R: c(person(given="Meik", family="Michalke",
email="[email protected]", role=c("aut", "cre")),
person(given="Earl", family="Brown", email="[email protected]",
role=c("ctb")), person(given="Alberto", family="Mirisola",
role=c("ctb")), person(given="Alexandre", family="Brulet",
role=c("ctb")), person(given="Laura", family="Hauser",
role=c("ctb")))
Version: 0.11-2
Date: 2018-01-07
Collate:
'00_environment.R'
'01_class_01_kRp.tagged.R'
'01_class_02_kRp.TTR.R'
'01_class_03_kRp.txt.freq.R'
'01_class_04_kRp.txt.trans.R'
'01_class_05_kRp.analysis.R'
'01_class_06_kRp.corp.freq.R'
'01_class_09_kRp.lang.R'
'01_class_10_kRp.readability.R'
'02_method_cTest.R'
'kRp.filter.wclass.R'
'koRpus-internal.R'
'02_method_clozeDelete.R'
'02_method_correct.R'
'02_method_freq.analysis.R'
'02_method_hyphen.R'
'02_method_kRp.taggedText.R'
'02_method_lex.div.R'
'02_method_plot.kRp.tagged.R'
'02_method_query.R'
'02_method_read.corp.custom.R'
'02_method_readability.R'
'02_method_show.kRp.lang.R'
'02_method_show.kRp.TTR.R'
'02_method_show.kRp.corp.freq.R'
'02_method_show.kRp.readability.R'
'02_method_show.kRp.taggedText.R'
'02_method_summary.kRp.lang.R'
'02_method_summary.kRp.TTR.R'
'02_method_summary.kRp.readability.R'
'02_method_summary.kRp.tagged.R'
'02_method_summary.kRp.txt.freq.R'
'02_method_text.transform.R'
'02_method_types_tokens.R'
'available.koRpus.lang.R'
'get.kRp.env.R'
'guess.lang.R'
'install.koRpus.lang.R'
'jumbleWords.R'
'kRp.POS.tags.R'
'kRp.cluster.R'
'kRp.text.analysis.R'
'kRp.text.paste.R'
'koRpus-internal.freq.analysis.R'
'koRpus-internal.import.R'
'koRpus-internal.lexdiv.formulae.R'
'koRpus-internal.rdb.formulae.R'
'koRpus-internal.rdb.params.grades.R'
'koRpus-internal.read.corp.custom.R'
'koRpus-internal.roxy.all.R'
'koRpus-package.R'
'lex.div.num.R'
'read.BAWL.R'
'read.corp.LCC.R'
'read.corp.celex.R'
'read.tagged.R'
'readability.num.R'
'segment.optimizer.R'
'set.kRp.env.R'
'set.lang.support.R'
'textFeatures.R'
'tokenize.R'
'treetag.R'
'wrapper_functions_lex.div.R'
'wrapper_functions_readability.R'
RoxygenNote: 6.0.1