|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.linguistics.Text
public class Text
The Text class provides a placeholder for texts to be analyzed by linguistics. Not to be used to store or manipulate Strings.
| Constructor Summary | |
|---|---|
Text()
Creates a new Text object. |
|
Text(java.util.Vector sentences)
Creates a new Text object. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getSentences()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Text()
public Text(java.util.Vector sentences)
sentences - DOCUMENT ME!| Method Detail |
|---|
public java.util.Vector getSentences()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||