README.rdoc in rubyfca-0.2.2 vs README.rdoc in rubyfca-0.2.4
- old
+ new
@@ -2,11 +2,11 @@
Command line tool for Formal Concept Analysis (FCA) written in Ruby.
== Features
-* Convert a Conexp's CXT or CSV file and generate a Graphviz DOT file, or a PNG/JPG/EPS image file.
+* Convert a Conexp's CXT file and generate a Graphviz DOT file, or a PNG/JPG/EPS image file.
* Adopt the Ganter algorithm (through its Perl implementation of Fcastone by Uta Priss).
== Installation
Install the gem:
@@ -17,11 +17,11 @@
rubyfca [options] <source file> <output file>
where:
<source file>
- "foo.cxt", "foo.csv"
+ "foo.cxt"
<output file>
"bar.dot", "bar.png", "bar.jpg", or "bar.eps"
[options]:
--box, -b: Use box shaped concept nodes
--full, -f: Do not contract concept labels
@@ -31,14 +31,15 @@
--help, -h: Show this message
== ToDo
+* Multiple input formats (such as CSV)
* Database connection capability
== Links
under construction
== Copyright
-Copyright (c) 2009-2012 Yoichiro Hasebe and Kow Kuroda. See LICENSE for details.
+Copyright (c) 2009 Yoichiro Hasebe and Kow Kuroda. See LICENSE for details.