Guest User

Untitled

a guest
Nov 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  2. at java.lang.String.substring(String.java:1958)
  3. at edu.cmu.sphinx.fst.utils.Utils.split_string(Utils.java:51)
  4. at edu.cmu.sphinx.linguist.g2p.Decoder.loadClusters(Decoder.java:133)
  5. at edu.cmu.sphinx.linguist.g2p.Decoder.init(Decoder.java:113)
  6. at edu.cmu.sphinx.linguist.g2p.Decoder.<init>(Decoder.java:82)
  7. at edu.cmu.sphinx.linguist.dictionary.FastDictionary.allocate(FastDictionary.java:240)
  8. at edu.cmu.sphinx.linguist.language.grammar.Grammar.allocate(Grammar.java:112)
  9. at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:287)
  10. at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:646)
  11. at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87)
  12. at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168)
  13. at edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:37)
Add Comment
Please, Sign In to add comment