com.languagecomputer.api
Interface AnswerFusionService

All Superinterfaces:
Service
All Known Implementing Classes:
AnswerFusionServiceWebClient

public interface AnswerFusionService
extends Service

Service capable of fusing Answers for a Query from a set of already-extracted Answers.

Since:
1.0
Author:
Kirk Roberts
See Also:
Answer

Method Summary
 List<Answer> fuseAnswers(Query query, List<Answer> answers)
          Fuses the given Answers to the given Query into a new list of Answers.
 
Methods inherited from interface com.languagecomputer.api.Service
getName, setSession
 

Method Detail

fuseAnswers

List<Answer> fuseAnswers(Query query,
                         List<Answer> answers)
Fuses the given Answers to the given Query into a new list of Answers.

Parameters:
query - Query the Answers respond to.
answers - Initial Answers.
Returns:
A List of sorted Answers to the given query.


Copyright © 2009. All Rights Reserved.