preprocess: Function for initial preprocessing of the files After calling...

Description Usage Arguments Value Examples

Description

Function for initial preprocessing of the files After calling the function output files will contain categories in the first line and then cleaned body text separated by one empty line

Usage

1
preprocess(input.path, output.path)

Arguments

input.path

string directory with inial data (files without any folder structure)

output.path

string folder where preprocessed files will be stored

Value

output.path string

Examples

1
preprocess("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.