public abstract class RewritingResult extends Object
Results from the rewriting inference.
Public Method Summary
abstract ImmutableList<RewritingSuggestion> |
getResults()
Gets a list of unique suggested rewrites.
|
Inherited Method Summary
Public Methods
public abstract ImmutableList<RewritingSuggestion> getResults ()
Gets a list of unique suggested rewrites.
The list is guaranteed to be non-empty and the suggested rewrites are sorted in descending order of confidence.