OutputParser: Output parser for TNT

OutputParserR Documentation

Output parser for TNT

Description

OutputParser is an R6 class that parses output from TNT.

Methods

Public methods


Method new()

Usage
OutputParser$new(...)
Arguments
...

Ignored.


Method clean()

Usage
OutputParser$clean(value)
Arguments
value

A character vector.


Method content_detect()

Usage
OutputParser$content_detect(value)
Arguments
value

A character vector. Parse raw TNT tree output


Method transform()

Usage
OutputParser$transform(output, content_type)
Arguments
output

A character vector of raw TNT output.

content_type

A character vector indicating the content type of output.


Method clone()

The objects of this class are cloneable with this method.

Usage
OutputParser$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.