Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
G
J
M
O
P
S
G
getDistances()
- Method in class jxtract.
S1Bigram
getFbar()
- Method in class jxtract.
BigramCollection
Returns fbar, the average frequency of all bigrams for this word.
getFrequentWords(int)
- Method in class jxtract.
Corpus
getSentencesWith(String)
- Method in class jxtract.
Corpus
This returns a Vector of Strings, where each String is a sentence in the Corpus that contains the specified word.
getSentencesWith(String, String, int)
- Method in class jxtract.
Corpus
This returns a Vector of Strings, where each String is a sentence in the Corpus that contains the specified words, with
w2
being
distance
words away from
w1
.
getSigma()
- Method in class jxtract.
BigramCollection
Returns sigma, the standard deviation of the frequency of all bigrams for this word.
getSpread()
- Method in class jxtract.
S1Bigram
getStageOneBigrams(double, double, double)
- Method in class jxtract.
BigramCollection
Returns a Vector with the bigrams left after Stage 1 of the algorithm and their characteristics.
getStrength()
- Method in class jxtract.
S1Bigram
getTable2()
- Method in class jxtract.
BigramCollection
Gets a string representing the contents of the BigramCollection similar to the format presented in Table 2 of the Smadja paper.
getTable4()
- Method in class jxtract.
BigramCollection
Present the results of Step 1.3 in the Smadja algorithm.
getw()
- Method in class jxtract.
S1Bigram
getwi()
- Method in class jxtract.
S1Bigram
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
G
J
M
O
P
S