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

Normalizing alternatives is a pain. #9

Closed
ltbringer opened this issue Mar 10, 2021 · 0 comments
Closed

Normalizing alternatives is a pain. #9

ltbringer opened this issue Mar 10, 2021 · 0 comments

Comments

@ltbringer
Copy link
Contributor

I see these inputs going through projects:

  1. Google ASR style output.
    [[{"transcript": "hi"}]]
    This two-level list is to account for situations like:
    [[{"transcript": "I wanted to know"}], [{"transcript": "umm. hello?"}]]
  2. 1st element popped.
    [{"transcript": "I wanted to know umm hello?"}]
  3. Text lists.
    ["I wanted to know umm hello?"]
  4. Raw texts.
    "I wanted to know umm hello?"
    

Some of these are breaking the repl, and the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant