NLPStudio: NLPStudio

Description Usage Format Details Author(s)

Description

NLPStudio Class the creates and manages labs.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Details

This class creates and manages data labs A data lab is essentially a directory in which project data reside. Multiple data labs can be created to house separate versions of the data for analysis. Note: This class is a singleton pattern. An NLPStudio object called nlpStudio is instantiated at load time. Any subsequent initializations will return the single nlpStudio instance. There are two sets of methods. The first set enables clients to retrieve information about the NLPStudio object. The second set allows clients to add, remove, enter, and leave labs.

NLPStudio Core Methods:

new()

Initializes the NLPStudio as s singleton object at load time.

getInstance()

Returns the current NLPStudio instance object. This will be the only instantiation called "nlpStudio.

,

Author(s)

John James, jjames@datasciencesalon.org


DataScienceSalon/NLPStudio1 documentation built on May 26, 2019, 7:24 a.m.