|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SentenceFactory
Defines functions which are used by a Sentence Factory to create a Sentence Object.
Nested Class Summary | |
---|---|
static class |
SentenceFactory.Resource
|
Method Summary | |
---|---|
Sentence |
buildRepresentationVector(java.lang.String[] sWords)
This builds a hashtables of features and values out of an array of words. |
Sentence |
buildRepresentationVector(java.lang.String[] sWords,
int maxPhraseLength)
This builds a hashtables of features and values out of an array of words. |
Sentence |
buildRepresentationVector(java.lang.String[] sWords,
int maxPhraseLength,
double mean)
This builds a hashtables of features and values out of an array of words. |
Method Detail |
---|
Sentence buildRepresentationVector(java.lang.String[] sWords)
sWords
-
Sentence buildRepresentationVector(java.lang.String[] sWords, int maxPhraseLength)
sWords
- maxPhraseLength
-
Sentence buildRepresentationVector(java.lang.String[] sWords, int maxPhraseLength, double mean)
sWords
- maxPhraseLength
- mean
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |