|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tools.Morphy
Si interfaccia a Morphy di WordNet.
E' composta essenzialmente di codice nativo scritto in C nel file Morphy.c.
L'apertura del database di WordNet è effettuata in maniera automatica; generalmente il programmatore non dovrà compiere questa operazione.
Field Summary | |
static int |
ADJ
Aggettivo. |
static int |
ADJ_SAT
Aggettivo satellite. |
static int |
ADV
Avverbio. |
static int |
NOUN
Nome. |
static int |
VERB
Verbo. |
Constructor Summary | |
Morphy()
|
Method Summary | |
static void |
main(java.lang.String[] args)
E' possibile usare Morphy anche a linea di comando. |
static java.lang.String |
morphstr(java.lang.String origstr)
Fa il morphing di una stringa. |
static java.lang.String |
morphstr(java.lang.String origstr,
int pos)
Fa il morphing di una stringa. |
static boolean |
wninit()
Interfaccia pubblica per l'apertura del database di WordNet. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int NOUN
public static final int VERB
public static final int ADJ
public static final int ADV
public static final int ADJ_SAT
Constructor Detail |
public Morphy()
Method Detail |
public static void main(java.lang.String[] args)
public static boolean wninit()
public static java.lang.String morphstr(java.lang.String origstr, int pos)
origstrè la stringa della quale si vuole fare il morph.
posè uno dei seguenti:
Morphy.NOUN Morphy.VERB Morphy.ADJ Morphy.ADV Morphy.ADJ_SAT
public static java.lang.String morphstr(java.lang.String origstr)
origstr è assunta essere un nome.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |