| Interface | Description |
|---|---|
| CoOccurenceReader<T extends SequenceElement> |
Created by raver on 24.12.2015.
|
| CoOccurrenceWriter<T extends SequenceElement> |
Created by fartovii on 25.12.15.
|
| Class | Description |
|---|---|
| ASCIICoOccurrenceReader<T extends SequenceElement> | |
| ASCIICoOccurrenceWriter<T extends SequenceElement> | |
| BinaryCoOccurrenceReader<T extends SequenceElement> |
Binary implementation of CoOccurenceReader interface, used to provide off-memory storage for cooccurrence maps generated for GloVe
|
| BinaryCoOccurrenceReaderTest |
Created by fartovii on 25.12.15.
|
| BinaryCoOccurrenceWriter<T extends SequenceElement> | |
| CoOccurrenceWeight<T extends SequenceElement> |
Simple POJO holding pairs of elements and their respective weights, used in GloVe -> CoOccurrence
|
| CountMap<T extends SequenceElement> |
Drop-in replacement for CounterMap
WORK IN PROGRESS, PLEASE DO NOT USE
|
| RoundCount |
Simple circular counter, that circulates within 0...Limit, both inclusive
|
| RoundCountTest |
Created by fartovii on 23.12.15.
|