Description Usage Arguments Details Value Author(s) References See Also
Extract keywords from text documents.
1 | extractKeywords(corpus, model, voc = "none", vocformat = "")
|
corpus |
A list of character vectors containing the text
documents, e.g., a |
model |
A character giving the path to a KEA model. |
voc |
A character pointing to a controlled vocabulary. |
vocformat |
A character giving the format of |
A tutorial on keyword extraction is located at
http://www.nzdl.org/Kea/Download/Kea-5.0-Readme.txt. There you can
find details on the internals of KEA, including various parameter
settings (e.g., valid arguments for voc
and vocformat
).
A list of character vectors corresponding to the keywords in
corpus
.
Ingo Feinerer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.