
Data storage format
Currently, the apllication supports only the CSV format. However, CSV became a standard format for text mining application and it is easy to import CSV files into other text processing applications.- CSV
The first rows contains names of attributes. At first, it is a document ID. Next, an optional class (category) attribute and a list of features follows. The following rows are representation of individual documents. Decimal point is represented by a tittle. The separator of individual values in a file can be chosen by the user (comma or semicolon).