Learn R Programming

tm.plugin.koRpus

This package enhances the 'koRpus' text object classes and methods to also support large corpora. Hierarchical ordering of corpus texts into arbitrary categories will be preserved. The pProvided classes and methods also improve the ability of using the 'koRpus' package together with the 'tm' package. Not all planned features are fully implemented, but it is already a recommended addition to 'koRpus' of you want to analyze full text corpora instead of single texts.

More information on tm.plugin.koRpus is available on the project homepage.

Installation

Development releases via the project repository

The latest stable release is available from the project's own repository:

install.packages("tm.plugin.koRpus", repo=c(getOption("repos"), "https://reaktanz.de/R"))

To automatically get updates, consider adding the repository to your R configuration. You might also want to subscribe to the package's RSS feed to get notified of new releases.

If you're running a Debian based operating system, you might be interested in the precompiled *.deb packages.

Installation via GitHub

To install the package directly from GitHub, you can use install_github() from the devtools package:

devtools::install_github("unDocUMeantIt/tm.plugin.koRpus") # stable release
devtools::install_github("unDocUMeantIt/tm.plugin.koRpus", ref="develop") # development release

Contributing

To ask for help, report bugs, suggest feature improvements, or discuss the global development of the package, please either subscribe to the koRpus-dev mailing list, or use the issue tracker on GitHub.

Branches

Please note that all development happens in the develop branch. Pull requests against the master branch will be rejected, as it is reserved for the current stable release.

License

Copyright 2015-2020 Meik Michalke meik.michalke@hhu.de

tm.plugin.koRpus is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

tm.plugin.koRpus is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with tm.plugin.koRpus. If not, see https://www.gnu.org/licenses/.

Copy Link

Version

Install

install.packages('tm.plugin.koRpus')

Monthly Downloads

198

Version

0.4-2

License

GPL (>= 3)

Maintainer

Meik Michalke

Last Published

May 18th, 2021

Functions in tm.plugin.koRpus (0.4-2)

cTest,kRp.corpus-method

Apply cTest() to all texts in kRp.corpus objects
freq.analysis,kRp.corpus-method

Apply freq.analysis() to all texts in kRp.corpus objects
hyphen,kRp.corpus-method

Apply hyphen() to all texts in kRp.corpus objects
filterByClass,kRp.corpus-method

Apply filterByClass() to all texts in kRp.corpus objects
clozeDelete,kRp.corpus-method

Apply clozeDelete() to all texts in kRp.corpus objects
correct.hyph,kRp.corpus-method

Methods to correct kRp.corpus objects
corpus_files

Get a comprehensive data frame describing the files of your corpus
corpusTagged

Deprecated functions and methods
docTermMatrix,kRp.corpus-method

Generate a document-term matrix from a corpus object
jumbleWords,kRp.corpus-method

Apply jumbleWords() to all texts in kRp.corpus objects
kRpSource

A source function for tm
read.corp.custom,kRp.corpus-method

Apply read.corp.custom() to all texts in kRp.corpus objects
tm.plugin.koRpus-package

tm.plugin.koRpus
query,kRp.corpus-method

Apply query() to all texts in kRp.corpus objects
split_by_doc_id,kRp.corpus-method

Turn a kRp.corpus object into a list of kRp.text objects
readability,kRp.corpus-method

Apply readability() to all texts in kRp.corpus objects
readCorpus

Create kRp.corpus objects from text files or data frames
show,kRp.corpus-method

Show methods for kRp.corpus objects
lex.div,kRp.corpus-method

Apply lex.div() to all texts in kRp.corpus objects
kRp.corpus,-class

S4 Class kRp.corpus
taggedText,kRp.corpus-method

Getter/setter methods for kRp.corpus objects
summary,kRp.corpus-method

Apply summary() to all texts in kRp.corpus objects
textTransform,kRp.corpus-method

Apply textTransform() to all texts in kRp.corpus objects