modnlp.tec.client.plugin
public class ConcordanceGraph extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected edu.uci.ics.jung.graph.decorators.NumberEdgeValue | 
edge_weight  | 
protected static java.lang.String | 
EDGE_WEIGHT  | 
protected edu.uci.ics.jung.graph.decorators.EdgeStringer | 
edgeStringer  | 
protected modnlp.tec.client.plugin.ConcordanceGraph.EdgeWeightStrokeFunction | 
edgeWeightStroke  | 
protected static edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction | 
KWPAINT  | 
protected static java.lang.String | 
VERTEX_FREQUENCY  | 
protected edu.uci.ics.jung.graph.decorators.NumberVertexValue | 
vfrequency  | 
| Constructor and Description | 
|---|
ConcordanceGraph()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(java.lang.String[] args)  | 
protected static final edu.uci.ics.jung.graph.decorators.ConstantVertexPaintFunction KWPAINT
protected static final java.lang.String EDGE_WEIGHT
protected static final java.lang.String VERTEX_FREQUENCY
protected edu.uci.ics.jung.graph.decorators.NumberEdgeValue edge_weight
protected edu.uci.ics.jung.graph.decorators.NumberVertexValue vfrequency
protected modnlp.tec.client.plugin.ConcordanceGraph.EdgeWeightStrokeFunction edgeWeightStroke
protected edu.uci.ics.jung.graph.decorators.EdgeStringer edgeStringer