Package edu.umd.cloud9.example.cooccur

Provides implementations for computing word co-occurrence matrices on text collections.

See:
          Description

Class Summary
ComputeCooccurrenceMatrixPairs Implementation of the "pairs" algorithm for computing co-occurrence matrices from a large text collection.
ComputeCooccurrenceMatrixStripes Implementation of the "stripes" algorithm for computing co-occurrence matrices from a large text collection.
 

Package edu.umd.cloud9.example.cooccur Description

Provides implementations for computing word co-occurrence matrices on text collections.