flatten.files.structure: Loads abstracts data into another directory, flattening the...

Description Usage Arguments Value Examples

Description

Loads abstracts data into another directory, flattening the structure of the files for futher processing Data can be retrieved from http://archive.ics.uci.edu/ml/datasets/NSF+Research+Award+Abstracts+1990-2003. Folder paths of the arguments must end with / (\)

Usage

1
flatten.files.structure(input.folders.path, flattened.files.folder.path)

Arguments

input.folders.path

string directory with inial data (ex. unzipped Part1.zip file)

flattened.files.folder.path

string folder where flattened files structure data will be stored

Value

nothing

Examples

1
flatten.files.structure("C:\\Users\\vostruk001\\Projects\\Studia\\MOW\\Projekt\\MOW_PROJEKT\\Part1\\", "C:\\Users\\vostruk001\\Projects\\Studia\\MOW\\Projekt\\MOW_PROJEKT\\Out_one\\")

vovkaOst/TextClassifier documentation built on May 3, 2019, 6:41 p.m.