|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SentenceProcessor
This is a simple interface for applying a transformer to a
Sentence. It typically is called iteratively over
sentences in a Sentencebank
| Method Summary | |
|---|---|
Sentence |
processSentence(Sentence s)
Does whatever one needs to do to a particular sentence. |
| Method Detail |
|---|
Sentence processSentence(Sentence s)
s - A sentence. Classes implementing this interface can assume
that the sentence passed in is not null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||