Skip to content
New issue

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

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

Already on GitHub? # to your account

Some transcriptions missing properties #792

Closed
sachaw opened this issue Apr 26, 2024 · 2 comments
Closed

Some transcriptions missing properties #792

sachaw opened this issue Apr 26, 2024 · 2 comments

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.

@Barabazs
Copy link
Collaborator

Should be fixed with #986

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

No branches or pull requests

3 participants