-
class
dataset.DataSet(directory, verbose, categories)[source]¶ Holds the dataset and the methods associated with it
-
__weakref__¶ list of weak references to the object (if defined)
-
static
_make_categories(categories)[source]¶ Makes a list of categories to extract from a raw document :return: category list, or None (if extracting all categories)
-
-
class
embedding.Embedding(verbose)[source]¶ methods to generate and evaluate word embedding vector
-
__weakref__¶ list of weak references to the object (if defined)
-
-
class
transformer.Transformer(categories, apikey=None)[source]¶ Methods that process the dataset before generating word embedding model
-
__weakref__¶ list of weak references to the object (if defined)
-