Python Forum
How does CMU Sphinx Java library work in Python
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does CMU Sphinx Java library work in Python
#1
Hello all,
I am wondering, how does the CMU Sphinx part of the Python Speech Recognition works, since it is originally a Java library?
Can Python interpreter also run an instance of Java Virtual Machine?
Reply
#2
(Oct-03-2016, 02:52 PM)j.crater Wrote: Hello all,
I am wondering, how does the CMU Sphinx part of the Python Speech Recognition works, since it is originally a Java library?
Can Python interpreter also run an instance of Java Virtual Machine?
Not trough Python interpreter but Jython,but that is not what happens here.

Info is in license,
and is not all Java the recognizer library is written in C.
link:
Quote:SpeechRecognition distributes source code, binaries, and language files from CMU Sphinx. These files are BSD-licensed and redistributable as long as copyright notices are correctly retained. See speech_recognition/pocketsphinx-data/*/LICENSE*.txt and third-party/LICENSE-Sphinx.txt for license details for individual parts. 
Reply
#3
Thanks snippsat for looking into it and explaining the inner workings!

Only now I noticed how crooked the thread title is, I don't know how it happened... It was intended to be:
How does CMU Sphinx Java library work in Python?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't get keyboard.library to work jogl 9 1,154 Dec-14-2025, 11:16 PM
Last Post: Pedroski55
  Sphinx: Localize error is always hard buhtz 0 834 Sep-01-2024, 11:12 AM
Last Post: buhtz
  problem with sphinx and file directory in script kiyoshi7 0 3,393 Mar-11-2021, 03:52 PM
Last Post: kiyoshi7
  issue with Tabula-py, pyinstaller and java maurom82 2 5,028 Feb-19-2021, 04:32 PM
Last Post: buran
  How to run python code in Java using remote SSH without py file using streams in Java varanasipavankumar 0 3,570 Apr-07-2019, 06:13 PM
Last Post: varanasipavankumar
  Jython code throws ImportError when invoked from a Java jar dchucks 6 9,987 Aug-02-2018, 05:09 AM
Last Post: dchucks
  phython language java integration jammytcs123123 1 3,387 Jul-04-2018, 03:13 AM
Last Post: Skaperen
  Is any super keyword like java rajeev1729 2 4,711 Sep-14-2017, 07:47 PM
Last Post: snippsat
  UPDATING PYTHON TO USE LATEST VERSION OF JAVA? nicklesprout 6 10,350 Jul-27-2017, 08:58 PM
Last Post: nicklesprout
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 6,669 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020