Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Encoder Begin Callback for golang binding #2291

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. Implementing Encoder Begin Callback for golang binding

    Adding in EncoderBeginCallback to the Context's Process callback.
    This optional callback function returns false if computation should
    be aborted.
    Amanda Der Bedrosian authored and aderbedr committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4c8651a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Updating default parameters to match C++ example binary

    Updating the default parameters to match the C++ binary's parameters. This includes:
    - updating the strategy to SAMPLING_BEAM_SEARCH
    - greedy.best_of (previously -1)
    - thold_pt  (previously .01)
    - thold_ptsum  (previously .01)
    aderbedr committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cdce0ff View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Adding in a way to retrieve the detected language for golang bindings

    Adding in a function, GetDetectedLanguage, which will retrieve the detected language, if available.
    aderbedr committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d60666 View commit details
    Browse the repository at this point in the history