AI-generated Key Takeaways
-
RewritingResult is an abstract class that contains results from rewriting inference.
-
It includes a public method called
getResults()which provides a list of unique suggested rewrites. -
The list of suggested rewrites returned by
getResults()is non-empty and sorted by confidence in descending order.
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.