I have got an enormous slot list of Spotify artists (~80K rows) of the form
(Nate Dogg):(spotify:artist:1Oa0bMld0A3u5OTYfMzp5h)
(Ron Browz):(spotify:artist:1iqf0x89oxmmAFv9w9hiJM)
(The Streets):(spotify:artist:4GvOygVQquMaPm8oAc0vXi)
I can successfully save my slot. However when I try to save the intent using the slot I get the following error:
TrainingFailedException: Command '['fstcompile', '--isymbols=/profiles/en/kaldi/model/data/lang/words.txt', '--osymbols=/profiles/en/kaldi/model/data/lang/words.txt', '--keep_isymbols=false', '--keep_osymbols=false', '/profiles/en/kaldi/language_model.txt', '/profiles/en/kaldi/model/data/lang/G.fst']' returned non-zero exit status 1.
As far as I can tell I have fully cleaned the slot text prior to loading it to Rhassy, including removing null rows and special characters.
I tried to Google the error but couldn’t find anything that helped.
Does anyone know what this error is telling me? Do I possibly still have a special character hidden somewhere in my slot list?
Is it even possible to use such a large slot list? If not then could I split it into say 20 smaller slot lists and have multiple intents for each variation? Or even use a slot of other slots?
Thanks