2

I am getting the validation error during custom vocabulary creation in Amazon transcribe service

I have created below text file to configure custom vocabulary. I am getting this validation error.

Validation error: There are unrecognized header names. Check documentation for allowed header names

PhraseTABSoundsLikeTABIPATABDisplayAs
Los-AngelesTABTABTABLos Angeles
F.B.ITABTABɛ f b i aɪTABFBI
EtienneTABeh-tee-enTABTAB

I followed Custom Vocabularies - Amazon Transcribe to prepare text file.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Bala venkatesh
  • 273
  • 2
  • 11
  • To test this, I tried creating a vocabulary file as described on that page (inserting tab characters) and it gave me the error _"The provided terminology file contains an unsupported source language (line 1), or the file format is incorrect"_. – John Rotenstein Sep 17 '19 at 05:14

1 Answers1

1

I found a solution for this issue.

We should not mention the TAB word. just we need to give the tab key space.Or else You can directly copy from spreadsheet and past it in text file.

Below is my example text file

Phrase  SoundsLike  IPA DisplayAs
Like-Sina-Parole    lie-sin-oh-prel     Lisinopril
Oxy-code-on oxy-code-own        Oxycodone
Bala venkatesh
  • 273
  • 2
  • 11