Description Usage Arguments Details Value See Also Examples
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
.
1 | get.kRp.env(..., errorIfUnset = TRUE)
|
... |
Named parameters to get from the koRpus environment. Valid arguments are:
|
errorIfUnset |
Logical, if |
For the most part,
get.kRp.env
is a convenient wrapper for getOption
.
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 |
1 2 | set.kRp.env(lang="en")
get.kRp.env(lang=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.