mcfletch/listener

listener-arpa-guess not working

Closed this issue · 0 comments

Right now I'm interested in using the G2P converter and get this error. Is there anything I'm missing out ?

$ listener-arpa-guess test
usage: listener-arpa-guess [-h] WORD [WORD ...]
listener-arpa-guess: error: argument WORD: invalid bytes value: 'test'

I also get this:

$ listener-ipa-arpa-statmap WARNING:listener.ipatoarpabet:Running IPA conversion, this will take 1/4 hour or more Traceback (most recent call last): File "/home/zak/.local/bin/listener-ipa-arpa-statmap", line 11, in <module> load_entry_point('listener', 'console_scripts', 'listener-ipa-arpa-statmap')() File "/home/zak/Github/g2p/src/listener/listener/ipatoarpabet.py", line 144, in create_stat_mapping dictionary = dictionary_espeak() File "/home/zak/Github/g2p/src/listener/listener/ipatoarpabet.py", line 61, in dictionary_espeak with open(output_mapping, 'w') as output: FileNotFoundError: [Errno 2] No such file or directory: '/home/zak/.config/listener/default/lm/dictionary.ipa'