classifier
Class Intorno

java.lang.Object
  |
  +--classifier.Intorno

public class Intorno
extends java.lang.Object

Implementa Intorno


Constructor Summary
Intorno()
           
 
Method Summary
static void hyponyms(java.util.Hashtable intorno, java.util.Hashtable terms, java.util.Hashtable stop, float fattore, int livello)
          Arricchisce l'intorno con gli hyponims del termine.
static java.util.Hashtable intorno(java.lang.String termine)
          Costruisce l'intorno di un termine utilizzando WordNet.
static java.util.Hashtable intornoSostantivo(java.lang.String termine)
          Costruisce l'intorno di un sostantivo utilizzando WordNet.
static void main(java.lang.String[] args)
           
static void testIntorni(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Intorno

public Intorno()
Method Detail

main

public static void main(java.lang.String[] args)

testIntorni

public static void testIntorni(java.lang.String[] args)

intorno

public static java.util.Hashtable intorno(java.lang.String termine)
Costruisce l'intorno di un termine utilizzando WordNet.

La chiave della Hashtable restituita e' un termine (String), il valore e' il peso (Float).

Si suppone che termine sia stato gia' normalizzato con WordNet.morphstr().


intornoSostantivo

public static java.util.Hashtable intornoSostantivo(java.lang.String termine)
Costruisce l'intorno di un sostantivo utilizzando WordNet.

La chiave della Hashtable restituita e' un termine (String), il valore e' il peso (Float).

Si suppone che termine sia stato gia' normalizzato con WordNet.morphstr().


hyponyms

public static void hyponyms(java.util.Hashtable intorno,
                            java.util.Hashtable terms,
                            java.util.Hashtable stop,
                            float fattore,
                            int livello)
Arricchisce l'intorno con gli hyponims del termine.

Il valore della Hashtable terms definisce il senso della parola al quale si e' interessati. Se il valore == chiave, allora si e' interessati a tutti i sensi del termine.