SLU-TMI / TextMining.jl

Other
24 stars 7 forks source link

Find a good way to load in files to fv/cluster/dataset #66

Closed Kevin-Damazyn closed 9 years ago

Kevin-Damazyn commented 9 years ago

We need to get rid of the hassle of changing directories when going through different folders. This should be able to load a featurevector from a simple text filepath and same with cluster and dataset.

function load_fv(path_to_file)
function load_cl(path_to_folder)
function load_ds(path_of_folders)
Kevin-Damazyn commented 9 years ago

68