Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.77 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.77 KB

Swift - Relational Data Converter

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/.

Installation

  1. Make sure that following requirements are installed in your computer:
  2. Download the source.
  3. Unpack the ZIP archive.
  4. Go to the swift folder.
  5. Run swift.

Usage

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.

Contributing

You are welcome to participate in development of this project.

License

Swift is distributed under the GNU GPL v3.