Swift is a converter of data formats used in Formal Concept Analysis (FCA) and public repositories. Swift provides a Command-line swift-cli.py
and GUI swift.py
interfaces. Supported formats are: CSV,
ARFF,
DATA,
DAT,
CXT and
DTL.
For more informations see the project home page http://gnovis.github.io/swift/.
- Make sure that following requirements are installed in your computer:
- Download the source.
- Unpack the ZIP archive.
- Go to the swift folder.
- Run swift.
The simplest scenario of using Swift:
cd path/to/swift/
swift-cli.py input.dat -t output.csv
The code above converts the input.dat to the output.csv file. Not every conversion can be used that way, some of them requires additional arguments. For more information about Swift functionality, see the manual.
You are welcome to participate in development of this project.
Swift is distributed under the GNU GPL v3.