Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Improve ResultIterator #206

Merged
merged 5 commits into from
May 14, 2017
Merged

Commits on May 11, 2017

  1. ResultIterator can't return choices with custom level (closes rmtheis…

    …#119)
    
    ChoicesIterator always return only list of alternatives of symbol, it doesn't let us specify different PageIteratorLevel here. So this commit removes the method parameter and renames the whole method to make more sense.
    Robyer committed May 11, 2017
    Configuration menu
    Copy the full SHA
    af9fc83 View commit details
    Browse the repository at this point in the history
  2. Fix size of string holding symbol and confidence

    We're printing "%s|%.2f" which could end up in "%s|100.00" so it's "strlen(utfText) + 7".
    Robyer committed May 11, 2017
    Configuration menu
    Copy the full SHA
    bdd2fe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506d004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56203ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfe2bcf View commit details
    Browse the repository at this point in the history