description

eliminate any duplicated objets (--xo option), attributes (--xa option) or both


usage

java -jar fca4j-cli.jar CLARIFY <input> [<output-file>][options]

options

-xa

clarify attributes

-xo

clarify objects

-i <INPUT-FORMAT>

supported formats are:

    • CXT (Burmeisters ConImp)
    • SLF (HTK Standard Latice Format)
    • XML (Galicia v3)
    • CEX (ConExp)
    • CSV (Comma separated values)

-o <OUTPUT-FORMAT>

supported formats are:

    • TXT (default)
    • JSON
    • XML
    • DATALOG

-s <SEPARATOR>

separator (CSV format only):

    • COMMA (default)
    • SEMICOLON
    • TAB

 -timeout <SECONDS>

set timeout for algorithm execution, in seconds

 -v,--verbose

print a final report of the algorithm execution