org.eml.sir.appl.docrel
Class DocRank

java.lang.Object
  extended byorg.eml.sir.appl.docrel.DocRank

public class DocRank
extends java.lang.Object

Computes relatedness values for profiles and descriptions and writes the ranked result in a RelatednessResult instance.

Author:
Hendrik Niederlich (EML-R)

Constructor Summary
DocRank()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.Object[] orderProfiles(java.lang.String[] profiles)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocRank

public DocRank()
Method Detail

orderProfiles

public static java.lang.Object[] orderProfiles(java.lang.String[] profiles)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception