Alignment API and Server 4.6 (1875M)

fr.inrialpes.exmo.align.cli
Class ParserPrinter

java.lang.Object
  extended by fr.inrialpes.exmo.align.cli.CommonCLI
      extended by fr.inrialpes.exmo.align.cli.ParserPrinter

public class ParserPrinter
extends CommonCLI

A really simple utility that loads and alignment and prints it. A basic class for ontology alignment processing. Command synopsis is as follows:

    java fr.inrialpes.exmo.align.util.ParserPrinter [options] input [output]
    
where the options are:
        --renderer=className -r className  Use the given class for output.
        --parser=className -p className  Use the given class for input.
        --inverse -i              Inverse first and second ontology
        --threshold=threshold -t threshold      Trim the alugnment with regard to threshold
        --cutmethod=hard|perc|prop|best|span -T hard|perc|prop|best|span      Method to use for triming
        --output=filename -o filename Output the alignment in filename
        --help -h                       Print this message
    
The input is a filename. If output is requested (-o flags), then output will be written to output if present, stdout by default.
$Id: ParserPrinter.java 1871 2014-01-16 20:25:53Z euzenat $


Field Summary
(package private) static org.slf4j.Logger logger
           
 
Fields inherited from class fr.inrialpes.exmo.align.cli.CommonCLI
options, outputfilename, parameters
 
Constructor Summary
ParserPrinter()
           
 
Method Summary
static void main(String[] args)
           
 void run(String[] args)
           
 void usage()
           
 
Methods inherited from class fr.inrialpes.exmo.align.cli.CommonCLI
exit, parseCommandLine, parseSpecificCommandLine, usage, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static final org.slf4j.Logger logger
Constructor Detail

ParserPrinter

public ParserPrinter()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)
         throws Exception
Throws:
Exception

usage

public void usage()
Specified by:
usage in class CommonCLI

Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014