KnoW
Class KnoW

java.lang.Object
  extended by KnoW.KnoW

public class KnoW
extends java.lang.Object

Main class of the application

Author:
Mateusz Kopec

Constructor Summary
KnoW()
           
 
Method Summary
static FrequencyCounter getFrequencyCounter()
          Gets frequency statistics.
static SynonymDictionary getPlwordnetRelations()
          Gets Plwordnet with relations synonym dictionary.
static SynonymDictionary getPlwordnetSemSim()
          Gets Plwordnet semantic similarity synonym dictionary.
static SynonymDictionary getPlwordnetSynonyms()
          Gets Plwordnet synonym dictionary.
static SynonymDictionary getSynonimyUx()
          Gets synonimyUx synonym dictionary.
static void main(java.lang.String[] args)
          Entry point to the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnoW

public KnoW()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the application. Requires 5 parameters, 6th is optional. First argument is experiment description file path. Second is path to output file. Third is path to the corpus config file. Fourth is path to dictionary file. Fifth is type of output: all, compare or lexemes. Last is maximum number of methods to print

Parameters:
args -

getSynonimyUx

public static SynonymDictionary getSynonimyUx()
Gets synonimyUx synonym dictionary. If not created, creates it.

Returns:
dictionary

getPlwordnetSynonyms

public static SynonymDictionary getPlwordnetSynonyms()
Gets Plwordnet synonym dictionary. If not created, creates it.

Returns:
dictionary

getPlwordnetRelations

public static SynonymDictionary getPlwordnetRelations()
Gets Plwordnet with relations synonym dictionary. If not created, creates it.

Returns:
dictionary

getPlwordnetSemSim

public static SynonymDictionary getPlwordnetSemSim()
Gets Plwordnet semantic similarity synonym dictionary. If not created, creates it.

Returns:
dictionary

getFrequencyCounter

public static FrequencyCounter getFrequencyCounter()
Gets frequency statistics. If not created, creates them.

Returns:
frequency stats