|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.swing.calculator.analysis.FrequencyAnalysisRunnerBase
edu.northwestern.at.wordhoard.swing.calculator.analysis.WordFrequencies
public class WordFrequencies
Displays word frequencies for selected works.
| Field Summary | |
|---|---|
protected static int |
MAJORWORDCLASSCOLUMN
Column containing major word classes in output table. |
protected static int |
WORDCLASSCOLUMN
Column containing word classes in output table. |
| Constructor Summary | |
|---|---|
WordFrequencies()
Create a word form frequency object. |
|
| Method Summary | |
|---|---|
protected ResultsPanel |
generateResults(WordHoardSortedTableModel model,
java.lang.String maxLabel,
java.lang.String maxLabel2,
java.lang.String maxLabel3,
int totalWords,
boolean showWordClass,
boolean showMajorWordClass)
Displays results of frequency analysis in a sorted table. |
void |
runAnalysis(javax.swing.JFrame parentWindow,
ProgressReporter progressReporter)
Run frequencies 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 |
| Field Detail |
|---|
protected static final int WORDCLASSCOLUMN
protected static final int MAJORWORDCLASSCOLUMN
| Constructor Detail |
|---|
public WordFrequencies()
| Method Detail |
|---|
public void runAnalysis(javax.swing.JFrame parentWindow,
ProgressReporter progressReporter)
runAnalysis in interface AnalysisRunnerrunAnalysis in class FrequencyAnalysisRunnerBaseparentWindow - 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,
java.lang.String maxLabel3,
int totalWords,
boolean showWordClass,
boolean showMajorWordClass)
model - Table model holding data to display.maxLabel - Maximum width value for first label
column.maxLabel2 - Maximum width value for second label
column.maxLabel3 - Maximum width value for third label
column.totalWords - Total count of word forms.showWordClass - True to display word class.showMajorWordClass - True to display major word class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||