|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.calculator.analysis.FrequencyAnalysisRunnerBase edu.northwestern.at.wordhoard.swing.calculator.analysis.CollocateFrequencies
public class CollocateFrequencies
Displays collocate frequencies for selected works.
Field Summary |
---|
Constructor Summary | |
---|---|
CollocateFrequencies(int dialogType)
Create a collocate frequency analysis object. |
Method Summary | |
---|---|
protected ResultsPanel |
generateResults(WordHoardSortedTableModel model,
java.lang.String maxLabel,
java.lang.String maxLabel2)
Displays results of collocation frequency analysis in a sorted table. |
protected java.util.TreeMap[] |
getCollocateCounts(WordCounter wordCounter,
Spelling wordToAnalyze,
ProgressReporter progressReporter,
java.lang.String progressReporterText)
Get collocation counts. |
void |
runAnalysis(javax.swing.JFrame parentWindow,
ProgressReporter progressReporter)
Run analysis |
Methods inherited from class edu.northwestern.at.wordhoard.swing.calculator.analysis.FrequencyAnalysisRunnerBase |
---|
areResultOptionsAvailable, closeProgressReporter, createCloudAssociationMeasuresComboBox, createCompressValueRangeInTagCloudsCheckBox, generateResults, getAnalysisPercentColumnName, getChart, getCloud, getCloud, getColTitleWordFormString, getContext, getDoubleFormat, getPercentReportMethodFormat, getReferencePercentColumnName, getResultOptions, getResults, getTableFontSize, getTitle, handleTableSelectionChange, isCancelled, isChartAvailable, isCloudAvailable, isContextAvailable, isFilterAvailable, saveChart, setContextButton, showDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.northwestern.at.wordhoard.swing.calculator.analysis.AnalysisRunner |
---|
areResultOptionsAvailable, getChart, getCloud, getContext, getResultOptions, getResults, handleTableSelectionChange, isChartAvailable, isCloudAvailable, isContextAvailable, isFilterAvailable, saveChart, setContextButton, showDialog |
Constructor Detail |
---|
public CollocateFrequencies(int dialogType)
dialogType
- Type of collocation analysis. Method Detail |
---|
protected java.util.TreeMap[] getCollocateCounts(WordCounter wordCounter, Spelling wordToAnalyze, ProgressReporter progressReporter, java.lang.String progressReporterText)
wordCounter
- The texts in which to find collocates.wordToAnalyze
- The words for which to find collocates.progressReporterText
- Progress dialog text.
If the progress dialog is cancelled, the return value is null.
public void runAnalysis(javax.swing.JFrame parentWindow, ProgressReporter progressReporter)
runAnalysis
in interface AnalysisRunner
runAnalysis
in class FrequencyAnalysisRunnerBase
parentWindow
- Parent window for dialogs in the analysis.progressReporter
- Progress display for analysis. protected ResultsPanel generateResults(WordHoardSortedTableModel model, java.lang.String maxLabel, java.lang.String maxLabel2)
model
- Table model holding data to display.maxLabel
- Maximum width value for label column.maxLabel2
- Maximum width value for word class column.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |