Menu

Newbie to Sphinx2

Help
2007-05-04
2012-09-22
  • Amin Yazdani

    Amin Yazdani - 2007-05-04

    Hi,
    I'm newbie to sphinx, and I build my own .dic and .lm file using lmtools and ...
    but I don't know how to configure sphinx2 to use my .dic and .lm file.
    and also I don't know how to use Sphinx2 in my own Code.
    Could you please help me with them?
    an example of using sphinx2 in a source code would be appropriate.

     
    • Amin Yazdani

      Amin Yazdani - 2007-05-04

      can you explain me more about using sphinx in my code.
      and example source file could help me more.
      Where is fbs_init(...) ?
      and how should I use it?

      Bests,
      Amin Yazdani

       
      • Qhwang

        Qhwang - 2007-05-05

        I'm new to sphinx to, but I suggest you reading some example codes of sphinx2.
        It's in src/examples of sphinx2 source code tree.

         
    • Qhwang

      Qhwang - 2007-05-04

      You need a argument file. This argument file is needed by fbs_init(argc, argv)
      Argv can be the path of your argument file.
      In your argument file, you should add
      -lmfn xxxxxx //path and file name of you lm file
      -dictfn xxxxx //path and file name of you lm file
      And you need add many other arguments in it.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.