|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectt2s.traitement.Pretraitement
public class Pretraitement
Pour traiter un texte et le transformer en phrases
| Constructor Summary | |
|---|---|
Pretraitement(java.lang.String txt)
Constructeur par défaut de pré-traitement. |
|
| Method Summary | |
|---|---|
Phrase |
nouvellePhrase()
Pour prendre une nouvelle Phrase dans le texte présent dans this
Remarque : Par effet de bord, on avance (sans espoir de retour) dans le texte pré-traité. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pretraitement(java.lang.String txt)
Remarque : Si la chaine txt ne finit pas par un caractère de coupure (ponctuation), on rajoute un '.'
de chaine.
txt - la chaine de caractères à pré - traiter| Method Detail |
|---|
public Phrase nouvellePhrase()
throws PlusDePhraseException
Phrase dans le texte présent dans this
Remarque : Par effet de bord, on avance (sans espoir de retour) dans le texte pré-traité.
Phrase contenant les informations lue dans le texte.
PlusDePhraseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||