|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.linguistics.Phrase
public class Phrase
The Phrase class corresponds to a meaningful morphological unit, a substring of a sentence.
| Constructor Summary | |
|---|---|
Phrase()
Creates a new Phrase object. |
|
Phrase(java.util.Vector words)
Creates a new Phrase object. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getWords()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Phrase()
public Phrase(java.util.Vector words)
words - DOCUMENT ME!| Method Detail |
|---|
public java.util.Vector getWords()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||