Package | Description |
---|---|
edu.ucla.sspace.tools |
Modifier and Type | Method and Description |
---|---|
static BigramExtractor.SignificanceTest |
BigramExtractor.SignificanceTest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigramExtractor.SignificanceTest[] |
BigramExtractor.SignificanceTest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BigramExtractor.printBigrams(PrintWriter output,
BigramExtractor.SignificanceTest test,
int minOccurrencePerToken)
Prints all of the known bigrams, where each token in the
bigram must occur at least the number of specified time.
|
Copyright © 2012. All Rights Reserved.