Package edu.stanford.nlp.ie.merge

This package is for methods that merge the partial or conflicting results of several information extraction components.

See:
          Description

Interface Summary
InstanceMerger Interface for combining together partial instances of (presumeably) the same entity.
 

Class Summary
AbstractInstanceMerger Class for combining together partial instances of (presumeably) the same entity.
GenericMerger Provides basic merging functionality.
UnscoredMerger Merger that handles extractors that don't rank confidences
UnscoredMergerCreator Creates and serializes an UnscoredMerger object.
WebSearchMerger Merger that handles the url and search_term fields
 

Package edu.stanford.nlp.ie.merge Description

This package is for methods that merge the partial or conflicting results of several information extraction components. At present there is just a simple framework of what a merger class should do and a simple implementation of a UnscoredMerger, which merges partial results which are not accompanied by reliable scores of their accuracy.

Since:
1.2



Stanford NLP Group