get.kRp.env {koRpus} | R Documentation |
Get koRpus session settings
Description
The function get.kRp.env
returns information on your session environment regarding the koRpus package,
e.g.
where your local TreeTagger installation resides, if it was set before using
set.kRp.env
.
Usage
get.kRp.env(..., errorIfUnset = TRUE)
Arguments
... |
Named parameters to get from the koRpus environment. Valid arguments are:
|
errorIfUnset |
Logical, if |
Details
For the most part,
get.kRp.env
is a convenient wrapper for getOption
.
Value
A character string or list, possibly including:
TT.cmd |
Path information for the TreeTagger command |
lang |
The specified language |
TT.options |
A list with options for |
hyph.cache.file |
The specified hyphenation cache file for |
See Also
Examples
set.kRp.env(lang="en")
get.kRp.env(lang=TRUE)