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

Some transcriptions missing properties #792

Open
sachaw opened this issue Apr 26, 2024 · 1 comment
Open

Some transcriptions missing properties #792

sachaw opened this issue Apr 26, 2024 · 1 comment

Comments

@sachaw
Copy link

sachaw commented Apr 26, 2024

Very rarely I get a segment without the start, end, score properties

an example:

[
  {
    "word": "Unit",
    "start": 0.629,
    "end": 1.27,
    "score": 0.763,
    "speaker": "SPEAKER_01"
  },
  {
    "word": "1."
  },
  {
    "word": "Page",
    "start": 2.131,
    "end": 2.831,
    "score": 0.809,
    "speaker": "SPEAKER_01"
  },
  {
    "word": "58."
  },
  {
    "word": "Listening",
    "start": 3.992,
    "end": 4.392,
    "score": 0.89,
    "speaker": "SPEAKER_01"
  },
]

My code is the same as the readme example
This is the audio recording: https://nicetalkingwithyou.com/wp-content/uploads/2018/07/012NTWY_U4_CL.mp3

Any insight would be much appreciated.

@NicholasTheGreat
Copy link

You need to suppress numerals.

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

2 participants