Package mark.nlp.data

Interface Summary
Bag An interface for a bag of objects.
 

Class Summary
ArrayBag A bag implemented with an array.
DataSet A DataSet stores a vocabulary, priors, and a set of sufficient statistics necessarly to describe the data in a dataset.
FileCategorySet A FileCategorySet defines a set of categories to which files belong.
HashBag A Bag implemented with a hash.
Instance A base class for representations of an instance.
SparseBag A bag implemented with a sparse array.
SparseBagInstance An instance that is also a bag of objects.
TextInstance An instance that contains text.
TokenInstance An instance that contains tokens.