It's all there for the most part. Its currently assigning everything to class "0" until I fill in the stub code for the bayes classifier. Loading of datasets, retrieving tfidf's for a given vert, retrieving the text from an attribute, retrieving the attributes that belong to a vert, etc.
The the bayes classifier will be working in a few days.
I also ended up making a util class for hamlet in the process which contains any code that does general tasks belonging to any package.
It's all there for the most part. Its currently assigning everything to class "0" until I fill in the stub code for the bayes classifier. Loading of datasets, retrieving tfidf's for a given vert, retrieving the text from an attribute, retrieving the attributes that belong to a vert, etc.
The the bayes classifier will be working in a few days.
I also ended up making a util class for hamlet in the process which contains any code that does general tasks belonging to any package.