|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--classifier.Intorno
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 |
public Intorno()
Method Detail |
public static void main(java.lang.String[] args)
public static void testIntorni(java.lang.String[] args)
public static java.util.Hashtable intorno(java.lang.String termine)
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().
public static java.util.Hashtable intornoSostantivo(java.lang.String termine)
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().
public static void hyponyms(java.util.Hashtable intorno, java.util.Hashtable terms, java.util.Hashtable stop, float fattore, int livello)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |