Clustering Architecture
Major pivot feature is the ‘Document,’ a mix of the Observer/Observable and Producer/Consumer patterns
- Decouples generation of a stream of artifacts from their consumption
- Allows for multiple consumers to be instantiated without alteration of the producer(s) and vice-versa.
Adaptive Filtering approach uses only this configuration.
The same framework is used for Question Answering, with ‘Sentence’ as the pivotal feature.