-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 877 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: TManalyzer
Type: Package
Title: Provides IR tools in 3 text mining models: BVSM, GVSM(TT) and LSA
Version: 0.6.0
Authors@R: person("Lukas", "Borke", email = "lukas.borke@hu-berlin.de", role = c("aut", "cre"))
Maintainer: Lukas Borke <lukas@borke.net>
Description: Combines 3 common text mining models BVSM, GVSM(TT) and LSA for
information retrieval analysis. After extracting the weighted data fields from
a structured list (parsed from YAML or DCF text documents), the text corpus
is transformed into 3 models. The search queries can be embedded into the
appropriate models, the desired similarity method from the "proxy" package can
be applied and an comprehensive IR analysis can be performed.
License: MIT + file LICENSE
Imports:
tm,
lsa,
proxy,
xtable,
stringr,
jsonlite,
cluster
LazyData: TRUE
RoxygenNote: 5.0.1