Hi,

My Corpus is bunch of xml files in a single directory.
Each xml files have bunch of documents.
I can create a persitent storage using PCorpus constructor  by specifying a
DIrectorySource.
PCorpus writes this as key-value data base.
My problem is that next time when I want to start R then I want to read
from this persistent storage created in my last session.
I don't see a constructor/class in the tm package which will just take this
persistent storage as input and initialize itself.

Currently, I always have to process my xml corpus directory with each new R
session.

-- 
Ashwin

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to