Package tp.builder

Interface Summary
BuilderInterface Interface for all representation builders
 

Class Summary
BuilderNGram Class, which makes representation of text data by N-grams.
BuilderStatistics Class for building the statistics about the whole dataset of text documents
BuilderVector A class, which builds the weight vectors for features representing the text documents (for TF or TF-IDF representation)
BuilderWord Class, which makes representation of text data by words.