Learn R Programming

koRpus (version 0.04-40)

taggedText: Getter/setter methods for koRpus objects

Description

These methods should be used to get or set values of tagged text objects generated by koRpus functions like treetag() or tokenize().

Usage

is.taggedText(obj)

Arguments

obj
An arbitrary R object.

Details

  • taggedText()
{returns the TT.res slot.} describe(){returns the desc slot.} language(){returns the lang slot.}

Examples

Run this code
taggedText(tagged.txt)

Run the code above in your browser using DataLab